Hello,
I was wonder if anyone had an ideas on the best course of action regarding hreflang values and regions.
We are in the process of bring all our ccTLDs under a global .com address with a folder structure for each country we currently support and two of the major regions (EMEA and APAC). The two regions will be in English. The Americas for the moment will be the .com site and will be the x-default.
Handling the hreflang values of the individual countries is clear, but I'm not sure about dealing with the two regions (Asia and EMEA). In Europe will have folders for all the major markets. So we would target everyone else in EU zone not covered. I have read that the following would not work because the region values of EU and AS are not understood by Google:
<link rel="alternate" href="http://www.somecompany.com/en-eu" hreflang="en-eu" />
<link rel="alternate" href="http://www.somecompany.com/en-as" hreflang="en-as" />
I have also read that to target a region, say Asia, I would have to apply the language and country codes of all the countries in that region to the Asia URL:
<link rel="alternate" href="http://www.somecompany.com/en-as" hreflang="en-au" />
<link rel="alternate" href="http://www.somecompany.com/en-as" hreflang="en-nz" />
<link rel="alternate" href="http://www.somecompany.com/en-as" hreflang="en-mm" />
<link rel="alternate" href="http://www.somecompany.com/en-as" hreflang="en-jp" />
etc...
I was wondering if anyone has any ideas?
Thanks