diff --git a/frontend/vanilla/html/organization.html b/frontend/vanilla/html/organization.html
index 0ece3ec..a09f761 100644
--- a/frontend/vanilla/html/organization.html
+++ b/frontend/vanilla/html/organization.html
@@ -53,6 +53,7 @@
function populateFields (name, location, description, isHiring) {
document.getElementById('organizationName').textContent = name;
+ document.title = `${name} - Blink`
document.getElementById('location').textContent = location;
document.getElementById('description').textContent = description;
if(isHiring === true) {