Href Lang Targeting values explained
To ensure that your content is catered towards the correct audience, there are two methods to do so, depending on how your webshop is set up. Users can be targeted based on language or region.
1. Target based on language
Targeting store views using just the language tag is a great method if you cater to a worldwide customer base with different store views in a variety of languages. For example, our webshop's main domain www.magmodules.eu uses English while our Dutch language webshop at www.magmodules.nl uses Dutch.
We set this up as:
[storeview] Magmodules.eu - hreflang: en
[storeview] Magmodules.nl - hreflang: nl
For example, the setup for having magmodules.de for Germany and magmodules.fr for France would be:
[storeview] Magmodules.eu - hreflang: en
[storeview] Magmodules.nl - hreflang: nl
[storeview] Magmodules.de - hreflang: de
[storeview] Magmodules.fr - hreflang: fr
2. Target based on language and region
We have shown above that it is possible to target each storeview based on language. Now, we shall move on to targeting based on region. Using our Dutch storeview at magmodules.nl as an example, it is catered towards Dutch speakers. If only a Dutch payment service provider (e.g. iDeal) is available which only residents of The Netherlands are able to use, it would be best to target only people from this country.
Our setup would then be:
[storeview] Magmodules.eu - hreflang: en
[storeview] Magmodules.nl - hreflang: nl-nl
If the tag is "nl-nl", the first part of the tag, "nl", represents the language while the second part of the tag "nl" represents the region. This is useful when you only provide local shipping methods in each storeview
The values used in the hreflang attribute follow the ISO 639-1 (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format for language and the ISO 3166-1 Alpha 2 (http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format for region, for example:
en-GB: English content, for GB users
fr: French content, independent of region
de-ES: German content, for users in Spain
For example, you can lead all (other) English speakers to a generic English (en) page while English speakers from Ireland (en-ie) paying in Pounds, Canada (en-ca) paying in Canadian Dollars, Australia (en-au) paying in Australian Dollars and England (en-gb) paying in Pounds will be led to a different specific store view.
[storeview] example.com/en-ie - hreflang: en-ie
[storeview] example.com/en-ca - hreflang: en-ca
[storeview] example.com/en-au - hreflang: en-au
[storeview] example.com/en-gb - hreflang: en-gb
[storeview] example.com/ - hreflang: en