Duplicate content
Detects pages with identical or very similar content.
Warum ist das wichtig?
Duplicate content confuses Google: which page should it rank? This splits ranking power and can lead to cannibalization. External duplicates (from other sites) can lead to filters or penalties.
Wie beheben Sie es?
Use canonical tags to indicate the preferred page. Rewrite duplicated pages with unique content. Use 301 redirects for exact duplicates. Block URL variants via robots.txt or noindex.
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
Detects pages with identical or very similar content.
Duplicate content confuses Google: which page should it rank? This splits ranking power and can lead to cannibalization. External duplicates (from other sites) can lead to filters or penalties.
Use canonical tags to indicate the preferred page. Rewrite duplicated pages with unique content. Use 301 redirects for exact duplicates. Block URL variants via robots.txt or noindex.
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<!-- Self-referencing canonical on every page --> <link rel="canonical" href="https://www.yourdomain.com/seo-audit-tool/"> <!-- Block URL variants via robots.txt --> Disallow: /*?utm_source= Disallow: /*?session= Disallow: /*?ref= <!-- Print/mobile versions: canonical to original --> <link rel="canonical" href="https://www.yourdomain.com/article/"> <!-- Exact duplicates: set up a 301 redirect --> Redirect 301 /old-url/ https://www.yourdomain.com/new-url/