Mobile app version of vmapp.org
Login or Join
Bryan171

: Using hreflang to specify a catchall language We have a site primarily targeted at the UK market, and are adding a US-market alternative. As per Google's recommendations: To indicate to Google

@Bryan171

Posted in: #Google #Hreflang #Html #Language #LocalSeo

We have a site primarily targeted at the UK market, and are adding a US-market alternative. As per Google's recommendations:


To indicate to Google that you want the German version of the page to
be served to searchers using Google in German, the en-us version to
searchers using google.com in English, and the en-gb version to
searchers using google.co.uk in English, use rel="alternate"
hreflang="x" to identify alternate language versions.


Which gives us:

<link rel="alternate" hreflang="en-gb" href="http://www.example.com/page.html" />
<link rel="alternate" hreflang="en-us" href="http://www.example.com/us/page.html" />


We do get enquiries from other areas of the world - particularly where there are expat communities (Dubai, UAE, Portugal etc). By adding the above tags, is there a risk that Google will only surface our site for UK and US search users? Do we need to specify a catch-all that will default all other searches to our UK site?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

The idea of the rel="alternate" hreflang="xx-XX", as I understand it, is ultimately to stop duplicate (or near duplicate) content that is intended for discrete regions from competing with itself or being actively penalised as duplicate content.

So the specification of alternates won't stop them from showing in search in regions that aren't targeted (or indeed, those that are). Of course, the content isn't optimised for those regions and therefore will likely not perform to its fullest potential in search engines local to UAE etc. That said, I imagine a lot of expats use their "own" search engine (e.g., if I was in UAE, I'd probably use google.co.uk), which should negate most of the issue.

Also, if any of those places becomes a more significant market in their own right, it's only a matter of creating and targeting content in the same way you have fore the US and GB to fix it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme