On-page

Canonical tag

Checks if every page has a correct canonical URL.

¿Por qué importa esto?

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).

¿Cómo se soluciona?

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.

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

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.

Ejemplo

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

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