HTML lang attribute
Checks if the lang attribute is present on the <html> element.
Warum ist das wichtig?
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.
Wie beheben Sie es?
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".
Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.
Häufige Fragen
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".
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<html lang="en"> or <html lang="en-US">