diff --git a/index.twig b/index.twig
index 4197e1303f81142168e22e4531ab54168aa77a62..2fce92220bc927ab4ec8f16213946a6eda3fa278 100644
--- a/index.twig
+++ b/index.twig
@@ -11,6 +11,10 @@
         <meta name="robots" content="{{ meta.robots }}" />
     {% endif %}
 
+    {% if current_page %}
+        <link rel="canonical" href="{{ current_page.url }}" />
+    {% endif %}
+
     <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono" type="text/css" />
     <link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" />
     <link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" />