E-Commerce site in 2 languages - Duplicate content or not?
-
How does Google view this?
Our current site works like:
www.domain.com/EN - English
www.domain.com/ES - SpanishAll products are the same, just different language and different URL for them - is this good or bad?
I thought of either
- Going with .co.uk or .com for "English" and a .es for "Spanish"
OR - Subdomaining it. www.es.domain.com and www.en.domain.com
Any advice appreciated!
- Going with .co.uk or .com for "English" and a .es for "Spanish"
-
If you just want the language covered Mark's hreflang, coupled with a subdomain or subdirectory, is the way to go. I tend to lean subdirectory in that case but I've not heard anyone make a slam dunk case for either.
-
That´s great - but if I want to target more than just the country but anyone who speaks English or Spanish - eg., not just UK or Spain for example?
Would it still be wise to do it?
thanks!
-
That indicates the language of the page - hreflang does better, in telling the search engines these pages are related, are not duplicate content, but are the same product and targeting searchers in different languages. This is how I recommend to clients today to configure their multilingual sites - this works for folder, subdomain, or ccTLD setups
-
We run a .com and a .ca site. I highly recommend the ccTLD domains because, as the video Tom linked said, it sends a strong signal as to which site is for which country. Additionally, you don't need to worry about duplicate content because, as Matt says in this video, Google does pick up the ccTLD and filter by the appropriate region so you don't need to do anything extra.
-
What about using name="Language" content="en"/> ?? or es as the case may be?
-
Guys - both of your answers are very helpful.
Our site is translated by humans native to spanish and english - however, our market reach is not just UK or Spain, but any english speaker or spanish speaker - there are so many different countries that speak both.
Thanks again!
-
With different languages, it's fine to target them to different subfolders on the same domain - this way, you get the strength of the domain helping out each of the subfolders, and link building for one can help the other.
I would recommend in this case implementing the hreflang tag, indicating to the search engines that these pages are translations of one another and are meant to target different languages.
With your site targeting languages and not countries, I wouldn't geotarget the subfolders via Webmaster Tools, and I wouldn't necessarily go down the country specific TLD root, .com, .co.uk, .fr, etc.
I think using the hreflang tag here is your best bet - you can learn more about it here - http://support.google.com/webmasters/bin/answer.py?hl=en&answer=189077
This should eliminate any duplicate content issues and help your site's performance in both languages.
Good luck,
Mark
-
Hi there,
I run an eCommerce website and we don't actually change the language (even though we do ship to all of Europe aswell as England).
Mainly because of what Matt Cutts teaches us in this video: http://www.youtube.com/watch?v=GyWx31GeQWY
Unless you're committed to changing all of your product listings to the language in which you aim to sell in (manually) then it really isn't worth it.
I mean, by using a .fr domain name you're localising your website to just France, so you will only appear in Google.fr. But Google may pick your website up as "spammy" if the content is just thrown into a translator from English to French.
It's a lot of hard work if you're up to the challenge, but personally I'd stay away from it and if you do choose to do it, make sure you have a translator who can rewrite the pages into native French and not just generated french.
Hope this helps!
Tom
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 -
Correct Hreflang & Canonical Tags for Multi-Regional Website English Language Only having URL Parameters
Dear friends, We have a multi-regional website in English language only having the country selector on the top of each page and it adds countrycode parameters on each url. Website is built in Magento 1.8 and having 1 store with multiple store views. There is no default store set in Magento as I discussed with developer. Content is same for all the countries and only currency is changed. In navigation there are urls without url parameters but when we change store from any page it add parameters in the url for same page hence there are total 7 URLs. 6 URLs for each page (with country parameters) and 1 master url (without parameters) and making content duplicity. We have implemented hreflang tags on each page with url parameters but for canonical we have implemented master page url as per navigation without url parameters Example on this page. I think this is correct for master page but we should use URL parameters in canonical tags for each counry url too and there should be only 1 canonical tag on each country page url. Currently all the country urls are having master page canoncial tag as per the example. Please correct me if I am wrong and **in this case what has to be done for master page? **as google is indexing the pages without parameters too. We are also using GEOIP redirection for each store with country IP detection and for rest of the countries which are not listed on the website we are redirecting to USA store. Earlier it was 301 but we changed it to 302. Hreflang tags are showing errors in SEMRush due to redirection but in GWT it's OK for some pages it's showing no return tags only. Should I use **x-default tags for hreflang and country selector only on home page like this or should I remove the redirection? **However some of the website like this using redirection but header check tool doesn't show the redirection for this and for our website it shows 302 redirection. Sorry for the long post but looking for your support, please.
International SEO | | spjain810 -
Hreflang tags and canonical tags - might be causing indexing and duplicate content issues
Hi, Let's say I have a site located at https://www.example.com, and also have subdirectories setup for different languages. For example: https://www.example.com/es_ES/ https://www.example.com/fr_FR/ https://www.example.com/it_IT/ My Spanish version currently has the following hreflang tags and canonical tag implemented: My robots.txt file is blocking all of my language subdirectories. For example: User-agent:* Disallow: /es_ES/ Disallow: /fr_FR/ Disallow: /it_IT/ This setup doesn't seem right. I don't think I should be blocking the language-specific subdirectories via robots.txt What are your thoughts? Does my hreflang tag and canonical tag implementation look correct to you? Should I be doing this differently? I would greatly appreciate your feedback and/or suggestions.
International SEO | | Avid_Demand0 -
How to interlink 16 different language versions of site?
I remember that Matt Cutts recommended against interlinking many language versions of a site.
International SEO | | lcourse
Considering that google now also crawls javascript links, what is best way to implement interlinking? I still see otherwhise extremely well optimized large sites interlinking to more than 10 different language versions e.g. zalando.de, but also booking.com (even though here on same domain). Currently we have an expandable css dropdown in the footer interlinking 16 different language versions with different TLD. Would you be concerned? What would you suggest how to interlink domains (for user link would be useful)?0 -
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 -
Geotarget subfolders with the same language or get rid of duplicates but lose option to geotarget?
Hi, we have a domain that is aimed to cover LatAm region. Currently, the homepage contains country selector for ~20 countries. 95% of them hold content in Spanish. We have only homepages for each regions as separate subfolders, i.e.
International SEO | | eset
www.maindomain.com/co
www.maindomain.com/cl
www.maindomain.com/br
etc. but once the user clicks on menu item he is taken back to main domain subpages, i.e. www.maindomain.com/comprar My struggle is to decide whether it is better to: A) copy all content for each subfolder, which will create huge amount of duplicates (there are no resources to create unique content and it is even impossible taking into account nature of the product - mostly tech.specs, etc.) and implement hreflang sitemaps and configure GWT to target each country with its own Spanish content (the same for each country) OR B) remove all local subfolders and keep only main domain in Spanish that will serve all countries within the region. With this option, we will get rid of duplicates but also lose option to geotarget. So, my questions is which option will do less harm, or if there is any other approach that comes to your minds. I consulted with two agencies but still haven't got clear answer. Thanks a lot for your help!0 -
Different Countries, Same Site
Hi All, I have recently been given the task of working on a website that sells products in the UK and America, at the moment the site does very well in the UK but does not perform very well in America which I believe is partly down to colloquialisms and difference in language. At the minute the site is a .com and is hosted in the United Kingdom, Does anyone have any useful tips on how to have 2 different versions of the site targeting different locations but using very similar language (Probably would be considered duplicate) Thanks in advance,
International SEO | | marcelo-2753980 -
Geo Targeting for Similar Sites to Specific Countries in Google's Index
I was hoping Webmaster Tools geo targeting would prevent this - I'm seeing in select google searches several pages indexed from our Australian website. Both sites have unique TLDs: barraguard.com barraguard.com.au I've attached a screenshot as an example. The sites are both hosted here in the U.S. at our data center. Are there any other methods for preventing Google and other search engines from indexing the barraguard.com.au pages in searches that take place in the U.S.? dSzoh.jpg
International SEO | | longbeachjamie0