You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was taking a look at some of the sites HTML and noticed that on non-english pages the meta wasn't accurate for the locale.
These are important as they help Google understand which page a user should see depending on what their language preference is and avoid duplicate content penalties. They can also be used to automatically redirect the user to the page they should be seeing (see nuxt-i18n).
I was taking a look at some of the sites HTML and noticed that on non-english pages the meta wasn't accurate for the locale.
These are important as they help Google understand which page a user should see depending on what their language preference is and avoid duplicate content penalties. They can also be used to automatically redirect the user to the page they should be seeing (see nuxt-i18n).
It's not urgent but would be a good one to sort out. You can find more information here: https://developers.google.com/search/docs/advanced/crawling/localized-versions
Rough checklist:
<html lang="">
correctly depending on which is used, currently all pages have<html lang="en">
The text was updated successfully, but these errors were encountered: