Skip to content

Commit 93baa19

Browse files
committed
ajout URL canonique pour aider Google à avoir moins d'URL dupliquées
1 parent 8398445 commit 93baa19

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<meta charset="utf-8" />
1111
<meta name="viewport"
1212
content="width=device-width, initial-scale=1, shrink-to-fit=no" />
13+
<link rel="canonical" href="https://portail-rse.beta.gouv.fr{{ page.url }}" />
14+
1315
{% block title %}
1416
<title>
1517
{% if title %}{{ title }} —{% endif %}

0 commit comments

Comments
 (0)