Warum ist das wichtig?
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).
Wie beheben Sie es?
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.
Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.
Häufige Fragen
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.
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<!-- 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/">