diff --git a/app/views/list/list.erb b/app/views/list/list.erb
index 9170864bf..5170ba5db 100644
--- a/app/views/list/list.erb
+++ b/app/views/list/list.erb
@@ -14,4 +14,5 @@
   <% content_for :head do %>
     <%= auto_discovery_link_tag(@category, {action: :category_feed, format: :rss}, title: t('rss_topics_in_category', category: @category.name), type: 'application/rss+xml') %>
   <% end %>
+  <% content_for :title do %><%=@category.name%> <%=t('topics')%><% end %>
 <% end %>