Mobile app version of vmapp.org
Login or Join
Bryan171

: How to solve error: Missing return tags hreflang in multilanguage website I have a multilanguage website, which has the following properties: It does not have a .com/ page, it always usex suffixes

@Bryan171

Posted in: #Browsers #Domains #Hreflang #Language

I have a multilanguage website, which has the following properties:


It does not have a .com/ page, it always usex suffixes for every language, i.e. example.com/es, example.com/en, etc.
I have configured <link rel="alternate" hreflang="es" href="http://www.example.com/es" /> for every language.
I am using also <link rel="alternate" hreflang="x-default" href="http://www.example.com" /> as recommended by Google ( see here )


However, I am still getting the error. I don't know if it is due to not having a example.com/ page, because the user is always re-directed to the suffixed version, based on the browser default language.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

If page A links to pages B and C, page B should also link to pages A and C, and page C should link to pages A and B. In addition, each page must link to itself.

So that means all pages will have the exact same hreflang markup. This page has more info: hreflang.org/missing-return-tags-error-for-hreflang/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme