diff --git a/templates/base.html b/templates/base.html
index 990c083b..0072217c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,7 +2,7 @@
-
Waka Waka
+
{% block title %}Healthchecks - Get Notified When Your Cron Jobs Fail{% endblock %}
{% load staticfiles %}
diff --git a/templates/docs.html b/templates/docs.html
index ee357453..f9fed8fd 100644
--- a/templates/docs.html
+++ b/templates/docs.html
@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load staticfiles %}
+{% block title %}Documentation - Healthchecks{% endblock %}
+
{% block content %}
diff --git a/templates/front/index.html b/templates/front/index.html
index b7c8c45b..6505c799 100644
--- a/templates/front/index.html
+++ b/templates/front/index.html
@@ -1,6 +1,9 @@
{% extends "base.html" %}
{% load humanize staticfiles %}
+{% block title %}My Checks - Healthchecks{% endblock %}
+
+
{% block content %}
diff --git a/templates/pricing.html b/templates/pricing.html
index 04ab6a73..159f55f6 100644
--- a/templates/pricing.html
+++ b/templates/pricing.html
@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load staticfiles %}
+{% block title %}Pricing - It's Free! - Healthchecks{% endblock %}
+
{% block content %}