Hi all,
We have newly launched a Chinese website for which I need to add hreflang codes in the code section of our English Website. As you know, it helps Google to understand which version of website we want to target for a particular region so that Google will display results from this version.
We have been following it along with setting geo target in GWT as well.
My question is, what language code should I be using so as to tell Google about my Chinese Website? I see that Google backed off from China sometimes ago and the default Chinese version of Google is going to the HK version of Google. Any help guys?
<link rel="alternate" hreflang="cn" href="http://www.example.com/cn/g1" />
OR
<link rel="alternate" hreflang="zh_CN" href="http://www.example.com/cn/g1" />
OR
It would be advisable to use all three in hreflang section of my English Website?
Like
<link rel="alternate" hreflang="cn" href="http://www.example.com/cn/g1" />
<link rel="alternate" hreflang="zh_CN" href="http://www.example.com/cn/g1" />
<link rel="alternate" hreflang="zh_TW" href="http://www.example.com/cn/g1" />
That way Google will consider when the browser language is Chinese, or Simplified Chinese, Or Taiwan Chinese right?
Thanks for all your help!