diff --git a/help.html b/help.html
index b542829c1b..24ecd4e485 100644
--- a/help.html
+++ b/help.html
@@ -1,4 +1,5 @@
<%inherit file="main.html" />
+<%block name="title">
Help - MITx 6.002x%block>
<%include file="navigation.html" args="active_page='help'"/>
diff --git a/profile.html b/profile.html
index 5a753b914f..7b6a596bad 100644
--- a/profile.html
+++ b/profile.html
@@ -1,4 +1,5 @@
<%inherit file="main.html" />
+<%block name="title">Profile - MITx 6.002x%block>
<%!
from django.core.urlresolvers import reverse
diff --git a/staticbook.html b/staticbook.html
index 328507c76e..29553c9423 100644
--- a/staticbook.html
+++ b/staticbook.html
@@ -1,4 +1,5 @@
<%inherit file="main.html" />
+<%block name="title">Textbook – MITx 6.002x%block>
<%block name="js_extra">