Contenido

Duplicate content

Detects pages with identical or very similar content.

¿Por qué importa esto?

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.

¿Cómo se soluciona?

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.

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

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.

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

<!-- 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/
Empezar gratis