diff --git a/courseware.html b/courseware.html
index 07d962957b..ec4be8c6c4 100644
--- a/courseware.html
+++ b/courseware.html
@@ -1,4 +1,5 @@
<%inherit file="main.html" />
+<%block name="title">
Courseware – MITx 6.002x%block>
<%block name="js_extra">
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/info.html b/info.html
index 6171e90b0c..9489f5f1b1 100644
--- a/info.html
+++ b/info.html
@@ -1,4 +1,5 @@
<%inherit file="main.html" />
+<%block name="title">Course Info - MITx 6.002x%block>
<%include file="navigation.html" args="active_page='info'" />
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/simplewiki_create.html b/simplewiki_create.html
index 9c29c214b2..42b6bdc2cb 100644
--- a/simplewiki_create.html
+++ b/simplewiki_create.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">Create Article - MITx 6.002x Wiki%block>
+<%block name="title">Wiki – Create Article – MITx 6.002x%block>
<%block name="wiki_page_title">
Create article
diff --git a/simplewiki_error.html b/simplewiki_error.html
index cdb46c1a0f..6244b99dcf 100644
--- a/simplewiki_error.html
+++ b/simplewiki_error.html
@@ -6,7 +6,7 @@
from django.core.urlresolvers import reverse
%>
-<%block name="title">Oops... - MITx 6.002x Wiki%block>
+<%block name="title">Wiki Error – MITx 6.002x%block>
<%block name="wiki_page_title">
diff --git a/simplewiki_history.html b/simplewiki_history.html
index 9385ff8d87..65f9e71a33 100644
--- a/simplewiki_history.html
+++ b/simplewiki_history.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002x Wiki%block>
+<%block name="title">${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}Wiki – MITx 6.002x%block>
<%!
from django.core.urlresolvers import reverse
diff --git a/simplewiki_revision_feed.html b/simplewiki_revision_feed.html
index b0196a4dab..b9efd77b45 100644
--- a/simplewiki_revision_feed.html
+++ b/simplewiki_revision_feed.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">Revision feed - MITx 6.002x Wiki%block>
+<%block name="title">Wiki - Revision feed - MITx 6.002x%block>
<%!
from django.core.urlresolvers import reverse
diff --git a/simplewiki_searchresults.html b/simplewiki_searchresults.html
index fa4f699d9f..f9866b3fae 100644
--- a/simplewiki_searchresults.html
+++ b/simplewiki_searchresults.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">Search Results - MITx 6.002x Wiki%block>
+<%block name="title">Wiki - Search Results - MITx 6.002x%block>
<%!
from django.core.urlresolvers import reverse
diff --git a/simplewiki_view.html b/simplewiki_view.html
index 1f45515a6d..53f0030eaf 100644
--- a/simplewiki_view.html
+++ b/simplewiki_view.html
@@ -2,7 +2,7 @@
<%inherit file="simplewiki_base.html"/>
-<%block name="title">${wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002x Wiki%block>
+<%block name="title">${wiki_title + " - " if wiki_title is not UNDEFINED else ""}Wiki – MITx 6.002x%block>
<%block name="wiki_page_title">
${ wiki_article.title } ${'- Deleted Revision!' if wiki_current_revision_deleted else ''}
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">