Correct site internationalization strategy
-
Hi,
I'm working on the internationalization of a large website; the company wants to reach around 100 countries. I read this Google doc: https://support.google.com/webmasters/answer/182192?hl=en in order to design the strategy.
The strategy is the following:
For each market, I'll define a domain or subdomain with the next settings:
- Leave the mysitename.com for the biggest market in which it has been working for years, and define the geographic target in Google search console.
- Reserve the ccTLD domains for other markets
- In the markets where I'm not able to reserve the ccTLD domains, I'll use subdomains for the .com site, for example us.mysitename.com, and I'll define in Google search console the geographic target for this domain.
Each domain will only be in the preferred language of each country (but the user will be able to change the language via cookies).
The content will be similar in all markets of the same language, for example, in the .co.uk and in .us the texts will be the same, but the product selections will be specific for each market.
Each URL will link to the same link in other countries via direct link and also via hreflang. The point of this is that all the link relevance that any of them gets, will be transmitted to all other sites.
My questions are:
- Do you think that there are any possible problems with this strategy?
- Is it possible that I'll have problems with duplicate content? (like I said before, all domains will be assigned to a specific geographic target)
- Each site will have around 2.000.000 of URLs. Do you think that this could generate problems? It's possible that only primary and other important locations will have URLs with high quality external links and a decent TrustRank.
- Any other consideration or related experience with a similar process will be very appreciated as well.
Sorry for all these questions, but I want to be really sure with this plan, since the company's growth is linked to this internationalization process.
Thanks in advance!
-
Thanks so much Gianluca, I'll take all your ideas into account.
-
You wrote this, and I'd like you to explain it better:
Each domain will only be in the preferred language of each country (but the user will be able to change the language via cookies).
Why people - for instance Italians - should be even feeling the need to switch the language from Italian to English?
Sincerely, I find it useless.
What you should do is doing like Amazon does: let people visit whatever version they want. For instance (I live in Spain), when I am in the UK and I want to buy something in Amazon, I visit amazon.es. Even if Amazon knows that I'm in the UK, and advices me that maybe I may prefer to shop in the .co.uk website, it lets me stay, navigate and buy from the .es one.
You, then, say this:
Each URL will link to the same link in other countries via direct link and also via hreflang. The point of this is that all the link relevance that any of them gets, will be transmitted to all other sites.
This is not that true. At least, not literally. In fact, the PageRank any page of yours will earn via internal and external links will just partly be passed to the other country versions corresponding pages. This because the PageRank flows through every link present in a page, both internal and external links, and "evaporates" in case of nofollow links.
About your questions:
- Do you think that there are any possible problems with this strategy?
Overall it is correct (being the only doubt the "cookie" thing you talked about)
Is it possible that I'll have problems with duplicate content? (like I said before, all domains will be assigned to a specific geographic target)
If you use the hreflang, you should not have issues related to duplicated content.
Each site will have around 2.000.000 of URLs. Do you think that this could generate problems? It's possible that only primary and other important locations will have URLs with high quality external links and a decent TrustRank.
Having millions of URLs should not be a problem... if it was so sites like Etsy, Home Depot or Amazon would be suffering it, wouldn't they? When it comes to Big Sites, the most important thing is having a very solid architecture and work very well everything internal linking.
Any other consideration or related experience with a similar process will be very appreciated as well.
When implementing the hreflang annotations, try not using as many hreflang as country versions are present.
In other words, apart the home page (for obvious localized brand visibility and for avoiding having, for instance, the .com version outranking the local one for being more authoritative), in the internal pages use only the hreflang annotation in order to suggest Google what version to show in case of countries sharing the same language.
For instance, let's take that www.dominio.com/page-a is in English and targeting the USA, then the hreflang annotation would be only relative to all the others URLs of pages in English and targeting others English speaking countries, but you should not add the annotation for the spanish speaking versions or italian.
Why? Because the languages are different and such a strong signal that you don't need to explain to Google that it should present to Spanish speaking users in Spain the URL of the spanish country version instead of the American English one.
-
Thanks Dmitrii.
Any other opinions will be appreciated aswell, this process is really important for this webpage.
-
Hi there.
Everything seems good to me. Just make sure that you use proper hreflangs or canonicals for content, which can potentially be duplicate, make sure that you have proper/correct sitemap and there are no problems with crawlability and accessability.
Good luck
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
-
Multilang site: Auto redirect 301 or 302?
We need to establish if 301 or 302 response code is to be used for our auto redirects based on Accept-Language header. https://domain.com
International SEO | | fJ66doneOIdDpj
30x > https://domain.com/en
30x > https://domain.com/ru
30x > https://domain.com/de The site architecture is set up with proper inline HREFLANG.
We have read different opinions about this, Ahrefs says 302 is the correct one:
https://ahrefs.com/blog/301-vs-302-redirects/
302 redirect:
"You want to redirect users to the right version of the site for them (based on location/language)." You could argue that the root redirect is never permanent as it varies based on user language settings (302)
On the other hand, the lang specific redirects are permanent per language: IF Accept-Language header = en
https://domain.com > 301 > https://domain.com/en
IF Accept-Language header = ru
https://domain.com > 301 > https://domain.com/ru So each of these is 'permanent'. So which is the correct?0 -
Redirect to 'default' or English (/en) version of site?
Hi Moz Community! I'm trying to work through a thorny internationalization issue with the 'default' and English versions of our site. We have an international set-up of: www.domain.com (in english) www.domain.com/en www.domain.com/en-gb www.domain.com/fr-fr www.domain.com/de-de and so on... All the canonicals and HREFLANGs are set up, except the English language version is giving me pause. If you visit www.domain.com, all of the internal links on that page (due to the current way our cms works) point to www.domain.com/en/ versions of the pages. Content is identical between the two versions. The canonical on, say, www.domain.com/en/products points to www.domain.com/products. Feels like we're pulling in two different directions with our internationalization signals. Links go one way, canonical goes another. Three options I can see: Remove the /en/ version of the site. 301 all the /en versions of pages to /. Update the hreflangs to point the EN language users to the / version. **Redirect the / version of the site to /en. **The reverse of the above. **Keep both the /en and the / versions, update the links on / version. **Make it so that visitors to the / version of the site follow links that don't take them to the /en site. It feels like the /en version of the site is redundant and potentially sending confusing signals to search engines (it's currently a bit of a toss-up as to which version of a page ranks). I'm leaning toward removing the /en version and redirecting to the / version. It would be a big step as currently - due to the internal linking - about 40% of our traffic goes through the /en path. Anything to be aware of? Any recommendations or advice would be much appreciated.
International SEO | | MaxSydenham0 -
Web Site Migration - Time to Google indexing
Soon we will do a website migration .com.br to .com/pt-br. Wi will do this migration when we have with lower traffic. Trying to follow Google Guidelines, applying the 301 redirect, sitemap etc... I would like to know, how long time the Google generally will use to transfering the relevance of .com.br to .com/pt-br/ using redirect 301?
International SEO | | mobic0 -
Wordpress SEO/ Ecommerce , Site with Multiple Domains ( International ) & Canonical URLs
Hi I have an ecommerce site with an integrated wordpress instance. I want to have one wordpress site that outputs to 2 domains exactly the same content , but one will have canonical URL . NZ & Australia Sites. So: Would I use the rel="Alternate" hreflang="en-nz" . I want the same content to rank well for each country and not be penalised for duplicate content. Ideas?
International SEO | | s_EOgi_Bear0 -
Need advice - International SEO strategy
Hello Moz ! I've been working for some months on a very interesting SEO project. I even opened some discussions on it (Multi Regional website - Folder strategy, Multi Company websites) with amazing feedbacks from the community. INITIAL PROJECT Set up an international website with different subsidiaries name, 1 person to manage the whole web, different locations / regions / languages and same products. INITIAL IDEAS For the beginning of the project we opened a main website in .com with subfolders for the other subsidiaries .com/es ... However our business is mainly in English so we decided to focus harder (closing the .com/uk, using a unic com/blog, opening more pages etc.) on the main domain in .com CURRENT ISSUE How to rank locally our services with: Main domain in .com Last Google updates against link building Most of customers searching in English in different countries Company working in more than 80 countries, through 13 subsidiaries **IDEA ** I was thinking about using our blog to focus 3 months on a thematic around one service (blog post with link to the services article on our website, guest blogging with link to a blog post, discussions on Linkedin around the thematics, etc.) QUESTION What could be the best strategy to rank locally our products in this case ? Hope you can share your best advise. I guess I'm not the unique one to face this issue. So it'll be good to make a good strategy for all our community 🙂 Tks a lot ! Florian
International SEO | | AymanH0 -
How can I see what my web site looks like from a different country?
I've tried a few proxy tools to try to see how my site looks from other global locations, but haven't found one that works very well yet -- or a list of reliable proxies around the world. I need to do this to test various geo-targetted ads and other optimizations. Can anyone make a recommendation? Thanks!
International SEO | | Dennis-529610 -
I have a site that has 65 different versions of itself.
I've just started managing a site that serves over 50 different countries and the entire web enterprise is being flagged for duplicate content because there is so much of it. What's the best approach to stop this duplicate content, yet serve all of the countries we need to?
International SEO | | Veracity0 -
What's the best strategy for checking international rankings?
Hi There- I am looking to optimize sites serving the UK and Austrailia markets. I feel like I have a good handle on how to go about doing that, but what I am fuzzy on is, what's the best way to monitor the SERPs for the keywords I am targeting. I know based on experience that if I just search google.com.au from here in the states, my results will be 'americanized' and may/probably won't accurately reflect what someone would see if they were search from Austrailia. Are there any good tools or tactics for seeing what searchers in the countries I am focusing on woudl see? Thanks! Jason
International SEO | | phantom0