diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb
index fd5e45059..b7796f0ba 100644
--- a/app/views/debates/index.html.erb
+++ b/app/views/debates/index.html.erb
@@ -4,6 +4,9 @@
search_path: debates_path(page: 1),
i18n_namespace: "debates.index.search_form" %>
<% end %>
+<% content_for :canonical do %>
+ <%= render "shared/canonical", href: debates_url %>
+<% end %>
<%= t("shared.outline.debates") %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 7f66b524e..d410140e5 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -7,6 +7,7 @@
<%= render "layouts/tracking_data" %>
<%= render "layouts/meta_tags" %>
<%= content_for?(:title) ? yield(:title) : setting['org_name'] %>
+ <%= content_for :canonical %>
<%= stylesheet_link_tag "application" %>