Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
I recently implemented hreflang tags in my website to tell search engines about content translations in several languages. I was very surprised to find that a self-referencing hreflang is required...
#1: Initial revision
Why is a self-referencing hreflang required?
I recently implemented `hreflang` tags in my website to tell search engines about content translations in several languages. I was very surprised to find that a self-referencing hreflang is required. Pretty much every guide I looked at had that advice. For example, [A Guide to Understanding Self-Referencing Hreflang Tags - SEO Clarity](https://www.seoclarity.net/blog/self-referencing-hreflang) says: > To be even more clear, your site should contain self-referencing hreflang tags for every translated version of that page *and* itself. [Localized Versions of your Pages - Google Search Central](https://developers.google.com/search/docs/specialty/international/localized-versions) says: > Each language version must list itself **as well as** all other language versions. This makes little sense to me. I'm not sure why search engines need to know about the current page in the context of `hreflang`. This doesn't seem to provide any additonal information to them that isn't readily available in the page already. Why do search engines need this self-referencing `hreflang`?