diff --git a/app/templates/views/dashboard/all-template-statistics.html b/app/templates/views/dashboard/all-template-statistics.html
index 909a1e9df..d696ab9be 100644
--- a/app/templates/views/dashboard/all-template-statistics.html
+++ b/app/templates/views/dashboard/all-template-statistics.html
@@ -1,7 +1,7 @@
{% extends "withnav_template.html" %}
-{% block page_title %}
- {{ current_service.name }} – GOV.UK Notify
+{% block service_page_title %}
+ {{ current_service.name }}
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/dashboard/monthly.html b/app/templates/views/dashboard/monthly.html
index 975fe08f4..74f8362f9 100644
--- a/app/templates/views/dashboard/monthly.html
+++ b/app/templates/views/dashboard/monthly.html
@@ -5,10 +5,9 @@
{% extends "withnav_template.html" %}
-{% block page_title %}
+{% block service_page_title %}
Activity breakdown
{{ selected_year }} to {{ selected_year + 1 }} financial year
- – GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/user-profile/authenticate.html b/app/templates/views/user-profile/authenticate.html
index 6abcccbff..9a5da89ab 100644
--- a/app/templates/views/user-profile/authenticate.html
+++ b/app/templates/views/user-profile/authenticate.html
@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
-{% block page_title %}
-GOV.UK Notify | Service settings
+{% block per_page_title %}
+ Change your {{ thing }}
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/user-profile/change-password.html b/app/templates/views/user-profile/change-password.html
index 477458139..e0e9a258b 100644
--- a/app/templates/views/user-profile/change-password.html
+++ b/app/templates/views/user-profile/change-password.html
@@ -2,13 +2,13 @@
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
-{% block page_title %}
-GOV.UK Notify | Service settings
+{% block per_page_title %}
+ Change your password
{% endblock %}
{% block maincolumn_content %}
-
Change your password
+
Change your password
diff --git a/app/templates/views/user-profile/change.html b/app/templates/views/user-profile/change.html
index 9554dd5a7..a0b3aea65 100644
--- a/app/templates/views/user-profile/change.html
+++ b/app/templates/views/user-profile/change.html
@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
-{% block page_title %}
-GOV.UK Notify | Service settings
+{% block per_page_title %}
+ Change your {{ thing }}
{% endblock %}
{% block maincolumn_content %}
diff --git a/app/templates/views/user-profile/confirm.html b/app/templates/views/user-profile/confirm.html
index c0a488169..8acf8bcc9 100644
--- a/app/templates/views/user-profile/confirm.html
+++ b/app/templates/views/user-profile/confirm.html
@@ -2,8 +2,8 @@
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
-{% block page_title %}
-GOV.UK Notify | Service settings
+{% block per_page_title %}
+ Change your {{ thing }}
{% endblock %}
{% block maincolumn_content %}