Href lang and multilingual question
-
Greetings Moz-Hive mind! I'm hoping you can help me on the internationalisation conundrum below;
We currently have a website with three distinct 'locales' US, SEA and UK we automatically redirect customers using IP recognition to a locale which matches, we also determine their currency based on IP. The issue we currently have is a lot of duplicate content and no use of href lang or rel=canonical tags etc...
My proposed structure would be to create a locale based directory for the three locales we offer.
- / - being US and most other Worldwide
- /uk - being UK
- /as - being Hong Kong and other Asian territories.
How would you suggest we set up the href lang tags for these? Because technically there are going to be multiple language possibilities within. Our main customers are English only if this helps.
Also as a secondary question, how should I set up the Google Search Console settings for each of these directories?
Many thanks in advance.
-
Thank you so very much!
-
Correct.
About using the hreflang="x-default" or the hreflang="en", that depends if you are interested in targeting also users not searching in English.
If not, you can go for the hreflang="en" option.
-
OK that makes sense. So let me get this straight;
1. USA/Worldwide version - /
- hreflang="en" (Can I use "x-default" here instead?)
- no targeting within Search Console
2. SEA version - /as/
- hreflang="en-HK" (repeat for all SEA territories)
- no targeting within Search Console
3. UK version - /uk/
- hreflang="en-GB"
- targeting United Kingdom on Search Console- use a selector pop up using IP sniffing to detect if the customer is viewing the wrong version of the page/site.
-
A solution could be implementing an alert system (Amazon style), so that people with those characteristics visiting the website and having eventually landed on it (but on / and /uk/ URLs) albeit they are located in HK or other EAS country, they are alerted that the best version of the site for them is the /as/ one.
You can do it via IP detection. Don't do automatic redirection, though.
-
Just to let you know, none of the above has been implemented yet, I am still planning the best course of action.
The majority of our clients browsing from Hong Kong have their language set to "en-US" and "en-GB". Is there a way to target these users without showing them the USA version of the site?
The USA version of the site needs to be the global one because the majority of our clients are based there.
Would you be willing to take this conversation offline into email? I would very much appreciate the help.
-
Mmm... question: do those users visiting the site from Hong Kong or from USA and/or GB?
Because if that is the situation, then you should check out if you have:
- Well implemented the hreflang;
- If you have geo-targeted the /uk/ subfolder to Great Britain/United Kingdom in Search Console.
Said that, following the logic I presented in my first answer, the hreflang="en" should suggest only "/" "(USA) URLs, because you told me that you want the USA version of your site to be also the "Global" one.
If it so, then the "/as/" cannot be paired to the hreflang="en" annotation, because you will have two identical hreflang (hreflang="en") suggesting two different URLs, and that would be wrong and confusing Google so much that it can ignore all the hreflang you may have implemented.
However, in the "home page" of the /as/ subfolder, you should have these hreflang annotations:
- <rel="alternate" hreflang="en-HK" href="http://www.domain.com/as/"></rel="alternate">
- <rel="alternate" hreflang="en-AU" href="http://www.domain.com/as/"></rel="alternate">
- REPEAT IT SO TO COVER ALL EAS COUNTRIES
- <rel="alternate" hreflang="en-US" href="http://www.domain.com/"></rel="alternate">
- <rel="alternate" hreflang="en-GB" href="http://www.domain.com/uk/"></rel="alternate">
- <rel="alternate" hreflang="en" href="http://www.domain.com/"></rel="alternate">
-
Thanks for your detailed response Gianluca! Very helpful.
One question, am I also able to include hreflang="en" under the /as/ subfolder? Looking at Analytics and 80% of our Hong Kong clients are browsing in either en-US or en-GB (complicated).
-
Your situation is a tricky one, because the SEA area is not a country, and therefore cannot be geo-targeted via Search Console.
To use the hreflang in order to suggest Google to show the /as/ subfolder is possible, though. Simply, you have to implement as many hreflang="en-[Code of the Country] as many are the countries included in the SEA area.
Then, in order to have the USA version being the global one:
-
You should not geo-target it toward USA in Search Console;
-
You should use the hreflang="en" and not the hreflang="en-US" (that will target only users from USA).
-
As an option, you can
-
set up the hreflang="en-US" to suggest google to show / to people using English in the USA;
-
set up the hreflang="x-default" to suggest google to show / to everybody (using English or not), who are not geo-targeted by other hreflang annotations.
Obviously, for UK, you must use the hreflang="en-GB".
-
-
Hey Dmitrii, sorry I should have mentioned in the question I understand how href lang works. I am more asking for the best practice implementation when the language might possibly vary? With US and Worldwide and the Hong Kong and Asian territories.
-
Hi there.
Well, you setup hreflang very normally - on each of those language based pages specify rel="alternate" hreflang="whatever" href="matching url".Refer to this video from Google, they explain pretty good what's what and when to use which version: https://support.google.com/webmasters/answer/189077?hl=en
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
An External link question? based on relevancy
hi lets suppose we have backlinks from these sites page a has 10 ext links. and all external links are industry/niche relevant, one of them points to my site page b has 1 ext link , which points to my site. which one is giving more seo boost.?
Intermediate & Advanced SEO | | SIMON-CULL0 -
Redirect question | new blog install on subdomain
Hi, I am running a wordpress site and our blog has grown to have a bit of a life of its own. I would like to use a more blog-oriented wordpress theme to take advantage of features that help with content discoverability, which is what the current theme I'm using doesn't really provide. I've seen sites like Canva, Mint and Hubspot put their blog on a subdomain, so the blog is sort of a separate site within a site. Advantages I see to this approach: Use a separate wordpress theme Help the blog feel like its own site and increase user engagement Give the blog its own name and identity My questions are: Are there any other SEO ramifications for taking this approach? For example, is a subdomain (blog.mysite.com) disadvantageous somehow, or inferior to to mysite.com/article-title? Regarding redirects, I read a recent Moz article about how 301s now do not lose page rank. I would also be able to implement https when I redirect, which is a plus. Is this an ok approach? Assuming I have to create redirect rules manually for each post though Thanks!
Intermediate & Advanced SEO | | mikequery0 -
Help With Href Lang Implementation
Hi, We've received the following Href Lang errors in Google Search Console. After much research and playing around with the tags we're still no closer to fixing the issues. ERRORS; http://prntscr.com/du8ei8 AND http://prntscr.com/du8evi As you'll see, Google is telling us that some URLs do not have return tags, but they do seem to! Does anyone know of a pro that can provide a service to fix this for us? Many thanks in advance, Lee.
Intermediate & Advanced SEO | | Webpresence0 -
Metatags on drupal question
Hi Im quite inexperienced on drupal (normally an umbraco user!) and im having some difficulty with the Metatags on the CMS. I have been applying Meta Title and descriptions to the individual pages however they only appear when i preview the page and not when the page is saved. When i go into the metatag section located at /admin/config/search/metatags i am given a list of settings including Global: Front Page and Node. Im sure the reason it keeps defaulting the metatags back is to do with this but im not sure what to change to apply my own Thanks in advance
Intermediate & Advanced SEO | | TheZenAgency1 -
Urgent problem - multilingual website title tag and meta description problem
Hello, Our client websites was ranking in high position in Google for a handful of keywords. Targeted keywords were in the title tag but for some reasons Google is not showing thouse keywords in title tag anymore. Instead Google shows same keywords in different language. I think there are some multilingual title tag problem. Any ideas how to solve it? Thanks guys
Intermediate & Advanced SEO | | serp-eesti0 -
2 links from the same external page question
Hi, I have always thought if 2 links on a single page, both going to the same url wouldnt pass PR from both. I watched a Matt Cutts vid and he was saying in the original algo it was built in that both links would pass PR. So for example if I guest posted say 1000 words and this article had 2 links pointing to the same url would they both work? Cheers
Intermediate & Advanced SEO | | Bondara0 -
Duplicate Content Question
Hey Everyone, I have a question regarding duplicate content. If your site is penalized for duplicate content, is it just the pages with the content on it that are affected or is the whole site affected? Thanks 🙂
Intermediate & Advanced SEO | | jhinchcliffe0 -
What to do when unique content is out of the question?
SEO companies/people are always stating that unique, quality content is one of the best things for SEO... But what happens when you can't do that? I've got a movie trailer blog and of late a lot of movie agencies are now asking us to use the text description they give us along with the movie trailer. This means that some pages are going to have NO unique content. What do you do in a situation like this?
Intermediate & Advanced SEO | | RichardTaylor0