Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How to avoid duplication across multiple country domains
-
Here's the scenario:
- I have a client currently running one Shopify site (AU)
- They want to launch three more country domains (US, UK and EU)
- They want each to be a standalone site, primarily so the customers can purchase in their local currency, which is not possible from a single Shopify site
- The inventory is all from the same source
- The product desscriptions will all be the same as well
Question: How do we avoid content duplication (ie. how will canonical tags work in this scenario)?
-
No problem. Your best bet would be to avoid subdomains and have separate entities via ccTLD as you've mentioned is the plan. You could do a sub-directory structure (.com/au, .com/us, etc..) but honestly that gets pretty messy. I've got a client that has some countries on different ccTLDs and some that share a TLD, and the ones that share the .com are the messy ones.
-
Hey Logan,
Thanks for clarification on the hreflang tags - sounds good.
Re the .eu TLD, the client is keen to go this route just to enable Euro currency in the checkout. But I agree it is sub-optimal. If there is sufficient business case (ie. traffic), then I will suggest .fr, .de, etc. I believe the Langify app in Shopify works well. Otherwise, I might suggest .com in US$ for all countries other than Aus and UK.
Also wondering on your thoughts re domainuk.com, versus domain.co.uk?
-
You can specify English as the language for each one. The tag's main purpose is language, but it has deeper implications than that. The hreflang tags and Search Console specification will still help your .co.uk URLs in google.co.uk, your .com URLs in Google.com, and your .com.au URLs in google.com.au.
Regarding your .eu TLD, you might need to rethink that strategy. The primary language in Aus, UK, and US is English, so the plan you've laid out will be fine for those countries. But when you get into a .eu domain, there is no Google.eu and there's no single primary language spoken throughout. Serving up English content to everyone in Europe is sub-par UX since there's a plethora of languages in the region.
-
Furthermore, it appears that region targetting only works for specific countries ('eu' is not an option).
So it appears that the proposed solution isn't going to achieve the desired outcome after all:
- because the hreflang tags are intended for different languages and all four of our sites will be in English
- because 'eu' is not recognised by the tags
Anyone out there got a solution?
-
Hi Logan,
OK, there's a possible gotcha here. All four sites (.com, au, uk and eu) will be in English. So content will be identical. The purpose of the hreflang tags seems to be for multi-language versions of the same site. This is not the case here. The primary reason for country specific TLDs is just to allow customers to transact in their local currency, but also to be indexed in the local version of Google.
Make sense?
-
Happy to help!
-
That's very helpful - many thanks Logan
-
Hi,
There's a couple things you'll need to do. First is to set up a Search Console account for each TLD version of your domain. Once you've setup and verified, you'll want to specify the target country for each. To do this, go to Search Traffic on the left nav, then click International Targeting, then head to the Country tab. Set each for its respective domain.
Next, you'll need to implement hreflang tags. They work similar to canonical tags, but instead of telling search engines the preferential version of the content, these tags point them to the other country/language versions. Everything you need to know about this tag can be found here: https://moz.com/learn/seo/hreflang-tag.
These two actions will help the country-specific versions of Google serve up the appropriate versions of your content and avoid getting dinged for dupes.
Hope that's helpful!
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
-
Moving from single domain to multiple CCTLDs
Hi, I have a website targeting 3 markets (and therefor 3 languages). I was currently using a single domain with each market being targeted in the following format: www.website.com/pl
International SEO | | cellydy
www.website.com/de
www.website.com/hu It's clear to me by looking at organic results, that in my industry (Real Estate) Google is putting a large emphasis on local businesses and local domains. Top 10 organic results for all my keywords in all markets have country specific CCTLDs. I decided to migrate from a single domain strategy to a multi domain strategy. I own the domains. The new structure is www.website.com/pl -> www.website.pl
www.website.com/de -> www.website.de
www.website.com/hu -> www.website.hu All the website have been added to google search console and 301 redirects are in place and working correctly. The pages are all interlinked and have rel=alternate to each other. The sitemaps are all done correctly. My question is how do I tell Google about this. The change of address feature only works for changing one domain to one other domain. It's been a week and the old www.website.com domain is still showing up (even considering 301 redirects). Or do I just need to be patient and wait it out? Any tips?0 -
"Duplicate without user-selected canonical” - impact to SERPs
Hello, we are facing some issues on our project and we would like to get some advice. Scenario
International SEO | | Alex_Pisa
We run several websites (www.brandName.com, www.brandName.be, www.brandName.ch, etc..) all in French language . All sites have nearly the same content & structure, only minor text (some headings and phone numbers due to different countries are different). There are many good quality pages, but again they are the same over all domains. Goal
We want local domains (be, ch, fr, etc.) to appear in SERPs and also comply with Google policy of local language variants and/or canonical links. Current solution
Currently we don’t use canonicals, instead we use rel="alternate" hreflang="x-default": <link rel="alternate" hreflang="fr-BE" href="https://www.brandName.be/" /> <link rel="alternate" hreflang="fr-CA" href="https://www.brandName.ca/" /> <link rel="alternate" hreflang="fr-CH" href="https://www.brandName.ch/" /> <link rel="alternate" hreflang="fr-FR" href="https://www.brandName.fr/" /> <link rel="alternate" hreflang="fr-LU" href="https://www.brandName.lu/" /> <link rel="alternate" hreflang="x-default" href="https://www.brandName.com/" /> Issue
After Googlebot crawled the websites we see lot of “Duplicate without user-selected canonical” in Coverage/Excluded report (Google Search Console) for most domains. When we inspect some of those URLs we can see Google has decided that canonical URL points to (example): User-declared canonical: None
Google-selected canonical: …same page, but on a different domain Strange is that even those URLs are on Google and can be found in SERPs. Obviously Google doesn’t know what to make of it. We noticed many websites in the same scenario use a self-referencing approach which is not really “kosher” - we are afraid if we use the same approach we can get penalized by Google. Question: What do you suggest to fix the “Duplicate without user-selected canonical” in our scenario? Any suggestions/ideas appreciated, thanks. Regards.0 -
How to Localise per Region (Europe, America, APAC, EMEI) and not per country as best SEO practise?
Hi SEO expertises! I am currently working with a client that initially have an English website targeting UK users but want to expand their market into four new regions (Europe, America, APAC and EMEI) keeping English as a main language. I would like to request your help here as I told the client ISO location and hreflang it will be just possible per language and they must need to localise each English region with local keywords, however I would like to double check if it will be any way (Sitemap, Hreflang) we can tell Google we are targeting per region and not per country? Thanks a lot!
International SEO | | Atalig20 -
Problems with the google cache version of different domains.
We have problems with the google cache version of different domains.
International SEO | | Humix
For the “.nl” domain we have an “.be” cache..
Enter “cache:www.dmlights.nl” in your browser to see this result. Following points are already adapted: Sitemap contains hreflang tag Sitemap is moved to the location www.dmlights.nl/sitemap.xml We checked the DNS configuration Changed the Content language in de response header to : Content-Language: nl-NL Removed the cache with webmastertools Resolved serverrequest errors. Can anyone provide a solution to fix this problem? Thanks, Pieter0 -
Where is it appropriate to use a .eu domain?
My client, a UK company, has a .eu domain and want to rank primarily in the UK but also worldwide, is a .eu domain appropriate?
International SEO | | peeveezee0 -
URL Structure - Homepage, Country and State Pages
Hello, I am creating a website (or websites if best format) that will have state-specific boating license courses for every state in the US, Canada and Australia. I would like the content to be available on the website in English, French and Spanish. I want to be the global leader in providing boat test courses. For the (1) homepage, (2) country pages, and (3) state pages, what is best SEO format I should use for:
International SEO | | Monologix
(a) URL structure
(b) "href lang" code
(c) rel canonical code
(d) will meta content with non-English pages need to also be in the non-English language of that page? Also, what server company do you recommend I host my website with? I am a non-programmer and learning SEO, so any and all help will be greatly appreciated! Thank you very much in advance!!!0 -
Working with country specific domain names vs. staying with .com
I've recently inherited a client that has a country specific domain for Canada (.ca) but there is also a US branch for the company at the .com address. They have a direct competitor that operates also in the U.S. and Canada that has decided to operate entirely under the .com address and re-direct all .ca traffic to their .com address. When I compare the link analysis data for both the .ca, .com, and competitors site, I'm finding there is a huge difference between the .ca site and the competitors site, but not a huge difference between the .com site and the competitors site. For example, the domain authorities are as follows: myclient.ca (Canadian branch) - 22 myclient.com (US branch) - 46 competitor.com - 53 When I do a brand search for my client in Canada, the Canadian branch website shows up first, but the American one is second. At this point, would it be better for my client to consolidate the two branches into the .com address and focus on increasing external followed links to the .com website? Or, is there merit in continuing to create a separate inbound link strategy for the .ca site? Thanks.
International SEO | | modernmusings0 -
Country name displayed after domain name in google SERP
our online shop targets clients in the US and worldwide (same URL - no subdirectories - currency changes based on IP). when searching in google.ie or google.no for our site google displays in the SERPS "US" or "United States" after the URL for our site, but for most other US competitors it does not show the country in the SERPS. I deleted our google places listing 2 weeks ago, since I suspected it may be related, but no change so far. In google webmaster tools we have targeted the shop domain to United States, which may be another factor. Unfortunately we can not undo this setting since without it our google US ranking for the most relevant competitive keyword drops from position 8 to position 100+. Server location is in Germany which despite lots of US links and US contact info and USD currency appparently makes google think that the site is not targeting the US. Does anybody know what triggers the country name in the SERPS (google places or webmaster tools or other) and can give advice if there is any way to get rid of it.
International SEO | | lcourse0