diff --git a/app/views/legislation/draft_versions/show.html.erb b/app/views/legislation/draft_versions/show.html.erb
index 3a1ec15cf..0c220c03b 100644
--- a/app/views/legislation/draft_versions/show.html.erb
+++ b/app/views/legislation/draft_versions/show.html.erb
@@ -1,3 +1,5 @@
+<% provide :title do %><%= "#{@draft_version.title} - #{@process.title}" %><% end %>
+
<%= link_to @process.title, @process %>
<%= @draft_version.title %>
diff --git a/app/views/legislation/processes/phase.html.erb b/app/views/legislation/processes/phase.html.erb
index 5ac6ceb85..04ee25523 100644
--- a/app/views/legislation/processes/phase.html.erb
+++ b/app/views/legislation/processes/phase.html.erb
@@ -1,3 +1,5 @@
+<% provide :title do %><%= @process.title %><% end %>
+
<%= render 'legislation/processes/header_full', process: @process %>
diff --git a/app/views/legislation/processes/show.html.erb b/app/views/legislation/processes/show.html.erb
index 8e31431e0..471410b58 100644
--- a/app/views/legislation/processes/show.html.erb
+++ b/app/views/legislation/processes/show.html.erb
@@ -1,3 +1,4 @@
+<% provide :title do %><%= @process.title %><% end %>
<%= render 'header_full', process: @process %>
diff --git a/app/views/legislation/questions/show.html.erb b/app/views/legislation/questions/show.html.erb
index 6686334a2..3b921e207 100644
--- a/app/views/legislation/questions/show.html.erb
+++ b/app/views/legislation/questions/show.html.erb
@@ -1,3 +1,5 @@
+<% provide :title do %><%= @question.title %><% end %>
+