¿Por qué importa esto?
Hreflang tags tell Google which language version of a page to show users in different countries/languages. Without hreflang, Google may show the wrong language version, leading to high bounce rates.
¿Cómo se soluciona?
Add hreflang tags for each language version including an x-default. Make sure the tags are bidirectional (each language version links to all others). Use absolute URLs.
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
Validates hreflang tags for multilingual SEO.
Hreflang tags tell Google which language version of a page to show users in different countries/languages. Without hreflang, Google may show the wrong language version, leading to high bounce rates.
Add hreflang tags for each language version including an x-default. Make sure the tags are bidirectional (each language version links to all others). Use absolute URLs.
Ejemplo
Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.
<link rel="alternate" hreflang="nl" href="https://example.com/nl/"> <link rel="alternate" hreflang="en" href="https://example.com/en/"> <link rel="alternate" hreflang="x-default" href="https://example.com/">