HTML lang attribute
Checks if the lang attribute is present on the <html> element.
Pourquoi est-ce important ?
The lang attribute helps search engines recognize the language of your content and shows your page to users searching in that language. Screen readers also use it to determine the correct pronunciation.
Comment le corriger ?
Add the lang attribute to the <html> element: <html lang="en">. Use BCP 47 language tags. For regional variants use the format "nl-NL" or "en-US".
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
Checks if the lang attribute is present on the <html> element.
The lang attribute helps search engines recognize the language of your content and shows your page to users searching in that language. Screen readers also use it to determine the correct pronunciation.
Add the lang attribute to the <html> element: <html lang="en">. Use BCP 47 language tags. For regional variants use the format "nl-NL" or "en-US".
Exemple
Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.
<html lang="en"> or <html lang="en-US">