Multilingual Ecommerce Product Pages Best Practices
-
Hi Mozzers,
We have a marketplace with 20k+ products, most of which are written in English. At the same time we support several different languages. This changes the chrome of the site (nav, footer, help text, buttons, everything we control) but leaves all the products in their original language.
This resulted in all kinds of duplicate content (pages, titles, descriptions) being detected by SEOMoz and GWT. After doing some research we implemented the on page rel="alternate" hreflang="x", seeing as our situation almost perfectly matched the first use case listed by Google on this page http://support.google.com/webmasters/bin/answer.py?hl=en&answer=189077.
This ended up not helping at all. Google still reports duplicate titles and descriptions for thousands of products, months after setting this up. We are thinking about changing to the sitemap implementation rel="alternate" hreflang="X", but are not sure if this will work either. Other options we have considered include noindex or blocks with robots.txt when the product language is not the same as the site language. That way the feature is still open to users while removing the duplicate pages for Google.
So I'm asking for input on best practice for getting Google to correctly recognize one product, with 6 different language views of that same product. Can anyone help?
Examples:
(Site in English, Product in English) http://website.com/products/product-72
(Site in Spanish, Product in English) http://website.com/es/products/product-72
(Site in German, Product in English) http://website.com/de/products/product-72
etc...
-
Hi Gianluca,
Thanks for responding. I took a look at your guide, and I definitely understand the gold standard would be to get everything translated professionally, and provide a completely native experience.
Unfortunately due to our catalog size that would be prohibitively expensive, so I need to think of another solution. It sounds like from your guide that we are doing more harm than good, even with alternate language syntax in place.
Based on your answer, my thought would be to meta noindex any product page where the site language is not the same as the product. That way every page in the index will be 100% localized for potential visitors.
So if its a Spanish product index: site.com/es/product, but meta noindex site.com/de/product, site.com/product, etc.
If we follow that path, does it make sense to remove the alternate language syntax, since all the linked URLs will be no index?
Thanks again for your help.
-
Hi Scott,
sorry to tell you that you're doing International SEO quite bad. No offence, but what you describe is how not to do International SEO.
If you are targeting Spanish end users, you must localize in Spanish everything:
- template elements;
- URLs
- products description
- Titles
- e.v.e.r.y.t.h.i.n.g
It is not just a question of SEO, but of usability too. Just revert the situation: what would be your reaction if you enter in a site, click on the english version and everything is written in Spanish?
Obviously, if you have the spanish version of your all in spanish, that will help a lot ranking for spanish queries.
In order to find an answer to your doubts, I warmly suggest you to read this guide to International SEO I wrote here on SEOmoz few time ago: http://www.seomoz.org/blog/international-seo-dropping-the-information-dust
Ciao
-
Your answer is conceptually correct, but the implementation not that much.
This kind of URL is not the ideal: http://www.rentalinrome.com/trevifountainapartments_spa/treviluxurypenthouse
The best is to put every language mirror of your multilingual site in a subfolder: i.e. /es/ in the above cited case.
Google, in fact, understands better that the /es/, /de/, /fr/ subfolders are targeting Spanish, German and French, as those are the ISO codes for those languages.
The subfolders way, then, is even more suggested if you are targeting a country, because you can geotarget a subfolder in Google Webmasters Tools.
Finally, a warm suggestion: if you really want to be sure to rank in Russia, then you should think about Yandex SEO... which means:
- Having the site in a .ru domain name (Yandex is biased toward russian domain terminations);
- Have the site in russian.. also the URLs (yours is in english)
-
Hi
For me it is wrong to present a product with the navigation in different languages and the description always in English
We work in travel and i want show you how we work with the same apartment
http://www.rentalinrome.com/trevifountainapartments/treviluxurypenthouse english default language
http://www.rentalinrome.com/trevifountainapartments_ita/treviluxurypenthouse
http://www.rentalinrome.com/trevifountainapartments_spa/treviluxurypenthouse
http://www.rentalinrome.com/fontainedetreviappartements/treviluxurypenthouse
http://www.rentalinrome.com/trevifountainapartments_de/treviluxurypenthouse
http://www.rentalinrome.com/trevifountainapartments_ru/treviluxurypenthouse
we change all, navigation and content
This is the best way for index the same product in different language avoid duplicate content
Ciao
Maurizio
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
-
Which pages to put hreflang on?
Hi, we are running a site which is a directory consisting of numbers of phone spammers. It contains descriptions, comments and so on. We are currently present in 9 countries. The websites all have the same structure, but, of course, the spam numbers in each country are different ones. If I want to tell Google that our website is available is several locations/languages, do I only put my hreflang tag on the start page then? Thanks
International SEO | | Roverandom
Thomas0 -
Multilingual and Canonicalization
Hey there Mozzers, If I have a site that is translated in 5 languages with main language as English ( most pages are only template translated top menu and footer ) is this correct? Right now the main page which is example.com/en is mentioned 3 times in the href code 1st as a canonical later as alternate and 3rd as x default which seems a bit weird. | |
International SEO | | Angelos_Savvaidis
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |0 -
Multilingual website - Url problem (sitemap)
At this moment our website both uses the language in the url like "en" and localizes the url itself ("books" in english and "boeken" in dutch). Because of the history of making our website multilingual we have a system that takes the browser language for the localization if the url doesn't contain a language like "en". This means: www.test.com/books = browser language www.test.com/en/books = english language www.test.com/boeken = browser language www.test.com/nl/boeken = dutch language Now for the sitemap this makes it a little troublesome for me because which hreflang is used for which url? 1) The first thing I thought of was using x-default for all urls that get the language of the browser. <code><url><loc>http://www.test.com/books</loc></url></code> But as you can see we now got 2 times x-default. 2) Another solution I thought of was just use the localization of the url to determine the language like: <code><url><loc>http://www.test.com/books</loc></url></code> But now we got 2 of each language for the same page. 3) The last solution I thought of was removing links without a language in the url (except for the homepage, which will still have an x-default) like: <code><url><loc>http://www.test.comen/books</loc></url></code> But for this solution I need to put 301's at pages that are "deleted" and also need to change the system to 301 to the right page. Although the last point isn't really a problem I'm kind of worried that I will lose some of the "seo points" with a 301. (When we changed our domain in the past we had a bad experience with the 301 of our old domain) What do you think would be the best solution for SEO? Or do you have any other suggestions or solutions I haven't thought of.
International SEO | | Anycoin0 -
What is the best way to generate an automatic sitemap for google, bing and yahoo?
Hi guys, I have 3 international sites So far I recieved a Sitemap that was generated by an seo company to use and submit to google, for our co.nz domain, I have been told to submit this also to bing and yahoo. Can anyone tell me if I can submit the same sitemap for the com.au and com or would i need to generate a new sitemap for each domain? I have been told, everytime we change content we have to keep submitting, is there a way to do this autmatically as we will be writting alot of content daily. Any recommendations or suggestions?
International SEO | | edward-may0 -
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 -
What is the current thinking about translated versions of pages? Is it necessary
My company is about to do a big push in China. We can get our homepage translated in Chinese at a very reasonable price. My questions are: Is it worth it? Do browsers to an adequately job of translating pages? If it is worth it: Can someone suggest a good post explaining what to do with the translation? What are the SEO implications? Thank you
International SEO | | appbackr
Sarah0 -
Best practice for multi-language site?
Recently our company is going to expand our site from just english to multi-language, including english, french, german, japanese, and chinese. I deeply understand a solid and feasible plan is pretty important, so I want to ask you mozzers for help before we taking action! Our site is a business site which sells eBook software, for the product pages, the ranks are taken by famous software download sites like cnet, softonic, etc. So the main source of our organic traffic is the guide post, long-tail keywords. We are going to manually translate the product pages and guide post pages which targeting on important keywords into other languages. Not the entire english site. So my primary question is: should I use the sub-domain or sub-category to build the non-english pages? "www.example.com/fr/" or "fr.example.com"? The second question: As we are going to manually translate the entire pages into other languages, should I use the "rel=alternate hreflang=x" tags? Because Google's official guideline says if we only translate the navigations or just part of the content, we should use this tag. And what's your tips for building a multi-language site? Please let me know them as much as possible Thanks!
International SEO | | JonnyGreenwood0 -
What eCommerce Regulations are there when selling in the UK?
I was informed last night that in a month from now one of my clients is launching some campaigns with a daily deal partner in the UK (Great Britain & New Zealand). (Yes, first time I'd heard of it) Regardless of the timeline, our team is now tasked with making sure we have their site ready for selling in the UK. I just want to make sure we're crossing all our T's and dotting the I's. (We're based in the U.S. and selling all physical products, no digital) A couple questions came to mind: Are we required to display the product prices in the local currency? - I thought this was kind of silly, but the daily deal partner thought this was required. VAT - Is it seriously 20% in United Kingdom? And is that flat across the whole area? Would make it a lot easier than the US with 1,000's of different tax rates. Any other rules or regulations that come to mind would be greatly appreciated Thanks in advance for your response! Have a great day, Kevin
International SEO | | Webfor0