Mobile app version of vmapp.org
Login or Join
Gail5422790

: Google Search Console no hreflang return tag I am trying to add herflang in my website, but I got some errors on google search console. URLs for your site and alternate URLs in 'zh-Hans-CN'

@Gail5422790

Posted in: #GoogleSearch #Seo

I am trying to add herflang in my website, but I got some errors on google search console.

URLs for your site and alternate URLs in 'zh-Hans-CN' that do not have return tags
URLs for your site and alternate URLs in 'zh-Hant-TW' that do not have return tags
URLs for your site and alternate URLs in 'en-US' that do not have return tags


I don't have specific urls for different language, but I do use I18n to display different languages.

According to this document, I add following code into <head>
element.

<link rel="alternate" href="https://www.example.com/" hreflang="zh-Hant-TW">
<link rel="alternate" href="https://www.example.com/" hreflang="zh-Hans-CN">
<link rel="alternate" href="https://www.example.com/" hreflang="en-US">


I only add above code in my landing page, should I add it in all pages?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gail5422790

2 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

I do not think you can do want you are hoping to do. It needs to be an actual translation with its own directory at minimum. It is all there in the link you shared.

So even if you were able to make a second translation, if generated it will not be effective. Pseudo Translations come with far too many errors and is also not considered a good version of the language.

On top of that. From Google.


Q: Can I use automated translations?

A: Yes, but they must be blocked from indexing with the “noindex”
robots meta tag. We consider automated translations to be
auto-generated content, so allowing them to be indexed would be a
violation of our Webmaster Guidelines.


I am sorry.

10% popularity Vote Up Vote Down


 

@Odierno851

You should have different URL for different language, that is how Google know your all alternative pages with different languages.

You're doing same mistake like this guy did.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme