Implementation of hreflang="x-default" ?
-
Google states:
For language/country selectors or auto-redirecting homepages, you should add an annotation for the hreflang value “x-default” as well:
<link rel="alternate" href="https://example.com/" hreflang="x-default" />
As far as I understand it, this means that the aforementioned line has to be added to the
<link rel="alternate" href="https://example.com/fr" hreflang="fr" /> <link rel="alternate" href="https://example.com/en" hreflang="en" />
already implemented by Polylang in order for Google to properly recognize language auto-detection and redirection. Obviously, I could install an extra plug-in and insert the additional line into the header of the start pages – but is there a possibility to handle it with Polylang, or plans to implement it by default?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Implementation of hreflang="x-default" ?’ is closed to new replies.