Technique

Hreflang tags

Validates hreflang tags for multilingual SEO.

Pourquoi est-ce important ?

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.

Comment le corriger ?

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.

Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.

Questions fréquentes

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.

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<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/">
Essai gratuit