Canonical tag
Checks if every page has a correct canonical URL.
Pourquoi est-ce important ?
Canonical tags tell Google which version of a page is the "real" one when duplicate content exists. Without it, Google gets confused by URL variants (e.g. with/without www, trailing slash, UTM parameters).
Comment le corriger ?
Add a self-referencing canonical tag to every page. Make sure it contains the absolute URL and is consistent with HTTPS and www/non-www choice. Also use it for paginated content.
Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.
Questions fréquentes
Checks if every page has a correct canonical URL.
Canonical tags tell Google which version of a page is the "real" one when duplicate content exists. Without it, Google gets confused by URL variants (e.g. with/without www, trailing slash, UTM parameters).
Add a self-referencing canonical tag to every page. Make sure it contains the absolute URL and is consistent with HTTPS and www/non-www choice. Also use it for paginated content.
Exemple
Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.
<!-- Self-referencing canonical in the <head> of every page --> <link rel="canonical" href="https://www.yourdomain.com/seo-audit-tool/"> <!-- For pagination: canonical pointing to the first page --> <link rel="canonical" href="https://www.yourdomain.com/blog/">