Check if your webpage uses the correct lang
attribute in the HTML tag.
The lang
attribute inside the <html>
tag defines the language of your web page. For example:
<html lang="en">
en
for English, fr
for French, es
for Spanish)en-US
or en-GB
<html>
tagEnsure every page on your website has the correct lang
attribute to improve accessibility, usability, and global reach.