International SEO strategy for an ecommerce with 3 languages.
-
Hi all,
I've an ecommerce which ships worldwide and we maintain 3 languages, spanish, english and french. My main business is in Spain, so spanish will be shown in the root domain: http://domain.com/. English will have the /en/ subdomain and french the /fr/ subdomain.
After some research, I've concluded that the best strategy for my business is the following.
1º- Translate all the URL's to the correct language, since now are in spanish.
2º- Implement Hreflang tag (with self-reference):
Note: Due to the "universality" of english, Does it make sense? Or should I use spanish as default since it's the most important one. 3º- Create the 3 sites in Search Console and only geo targetting french sobdomain to France. Since I really want to boost in France rankings. Do you consider this as a contradiction with ? I could also target country in the hreflang.
4º- Add language tag in each language version:
<meta name="language" content="spanish">in http://domain.com/</meta name="language">
<code class="broncode"><meta name="language" content="english">in http://domain.com/en/</meta name="language"></code>
<code class="broncode"><meta name="language" content="french">in http://domain.com/fr/</meta name="language"></code>
<code class="broncode">5º- Use canonical tag together with hreflang.</code> ``` Any opinion will be very appreciated. Thanks a lot in advance! Best regards.
-
In that case you can eventually rely on IP detection, and if someone from Belgium is entering on your site, then you can fire an alert, somehow as Amazon does:
"We detected that you are visiting us from Belgium, so we suggest you to visit the French version of our web site".
This, though, does not solve the problem of Belgians speaking Flemish
-
Hi Gianluca,
Thanks for your response! I've read some of your responses about International SEO and they helped me a lot. Actually the idea about keeping my default store without language code came from one of them, I think.
With regards point 3, yes I want to target french people in france, not only because of the language, but the messages about shipping costs, delivery time, ... are related to them too. I understand that someone from belgium will be affected and will view the page in english.
Best regards.
-
Overall a good answer, but I disagree on point 3 in this specific case.
In fact, if Diego is interested only in targeting French users and not - for instance - users from Maghreb (Morocco, Algeria et al), then the hreflang should be consistent with the geo-targeting it is doing on Search Console, hence the hreflang should be "FR-fr" (only French speaking people in France).
-
Hi Dirk,
Thanks for the prompt response!
Actually I thought about the expansion, but I didn't see problem with that structure. If tomorrow I want to target mexico I guess I'd create a subdirectory for them with a spanish version for them, since their spanish have peculiarities. Moreover, with the current hreflang, mexican people querying in spanish would be covered. Anyway, I agree with you, your proposal is clearer. I just wanted to know if I could save tons of 301s (and risk) in the most important version of my web.
2- Thanks for the tools!
3- With in contradiction ,I mean with the fact that I target language in hreflang but country in Google Webmaster Tools.
4- Sure, thanks.
5- Clear now.
Best regards.
-
Hi,
I would personally use domain.com/language for all the sites and use the root to propose the choice of language like this example http://www.volvocars.com/ (which to me seems to be a more future proof solution) if you want to extend your website to other languages or specifically target other regions (example Mexico- which is also Spanish speaking).
1: fully agree - it's much better to translate the url's
2: hreflang - seems ok. You can always check the implementation on http://flang.dejanseo.com.au/ to see if the implementation is ok and/or use this hreflang generator http://www.internationalseomap.com/hreflang-tags-generator/ to create the code.
For the default version - up to you but I would rather go for English as it's more a universal language than Spanish.
3. Geotargeting is not in contradiction to the hreflang tag for the exemple you give - it would have been if you would have set the language to Chinese & geotargeting to France.
4. The language tag you mention doesn't seem to be correct - see also http://stackoverflow.com/questions/4417923/html-meta-tag-for-content-language - rather use for Spanish, for French,.. (you could check the specs on this as well: http://www.w3.org/International/questions/qa-html-language-declarations
5. You can use self-referencing canonicals - it's however not necessary to use the canonical to set your preferred version (http://googlewebmastercentral.blogspot.be/2011/12/new-markup-for-multilingual-content.html)
Hope this helps,
Dirk
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
-
Question about International SEO
We've just recently launched our website in Canada and our web crawler is showing some pages with "&Country=CA", even if the current page already includes Country=CA. Why is this and how would we go about resolving?
International SEO | | nicole.nelson030 -
International SEO
Okay, so I have read through the following link in respect to International SEO (https://moz.com/learn/seo/international-seo), and I believe that the way forward it a ccTLD. My thought was to have .com, .co.uk and .eu. Currently my site is .com, but receives most of its traffic from UK sources. I'm concerned that when I switch over to ccTLDs, the .co.uk in particular, that my UK traffic could dry up. Switching from .com to .co.uk and then using the .com to target the US market makes sense, but I would like to know others opinions on the potential dangers of doing this. Also, are ccTLDs kept on the same hosting or would they require individual hosting? The link doesn't cover this question.
International SEO | | moon-boots1 -
How to best set up international XML site map?
Hi everyone, I've been searching about a problem, but haven't been able to find an answer. We would like to generate a XML site map for an international web shop. This shop has one domain for Dutch visitors (.nl) and another domain for visitors of other countries (Germany, France, Belgium etc.) (.com). The website on the 2 domains looks the same, has the same template and same pages, but as it is targeted to other countries, the pages are in different languages and the urls are also in different languages (see example below for a category bags). Example Netherlands:
International SEO | | DocdataCommerce
Dutch domain: www.client.nl
Example Dutch bags category page: www.client.nl/tassen Example France:
International domain: www.client.com
Example French bags category page: www.client.com/sacs When a visitor is on the Dutch domain (.nl) which shows the Dutch content, he can switch country to for example France in the country switch and then gets redirected to the other, international .com domain. Also the other way round. Now we want to generate a XML sitemap for these 2 domains. As it is the same site, but on 2 domains, development wants to make 1 sitemap, where we take the Dutch version with Dutch domain as basis and in the alternates we specify the other language versions on the other domain (see example below). <loc>http://www.client.nl/tassen</loc>
<xhtml:link<br>rel="alternate"
hreflang="fr"
href="http://www.client.com/sacs"
/></xhtml:link<br> Is this the best way to do this? Or would we need to make 2 site maps, as it are 2 domains?0 -
DMoz, can I submit 3 top level domains?
Hi Guys, I have 3 top level domains, does anyone know if it is okay to submit all 3 domains? they all cover different countries, NZ, AUS, USA - The NZ one has been submitted, but our main site is the .com (USA) after running a few adwords campaign we decided to work the .com instead! Does anyone know the terms or guidelines around this?
International SEO | | edward-may0 -
Can multiple hreflang tags point to one URL? International SEO question
Moz, Hi Moz, Can multiple hreflang tags point to a single URL? For example, if I have a Canadian site (www.example.com/ca) that targets French and English speakers can I have the following: or would I use: Any insight would be very helpful and greatly appreciated! Thank you in advance!
International SEO | | DA20131 -
Huge spike in referral traffic from international domains
We have recently experienced a huge spike in referral traffic from .fr domains (we are in the UK). They all lead to our 404 page. Its been going on for the last 3 days, and its still happening with about 20 visitors browsing the site from these domains at any one time, staying approx 3-7 seconds and then bouncing. The top domain appears to be a parked page. We cant see any obvious links or ads coming from any of these .fr domains and they are quite irrelevant to our sites industry anyway, which leads me to believe these may not be real visitors. Any advice on what may be causing this? And how to stop it? Needless to say none of these referrals have converted.
International SEO | | Silkstream0 -
Redirect the main site to keyword-rich subfolder / specific page for SEO
Hi, I have two questions. Question 1: is it worthwhile to redirect the main site to keyword-rich subfolder / specific page for SEO? For example, my company's webpage is www.example.com. Would it make sense to redirect (301) the main site to address www.example.com/service-one-in-certain-city ? I am asking this as I have learned that it is important for SEO to have keywords in the URL, and I was thinking that we could do this and include the most important keywords to the subfolder / specific URL. What are the pros and cons of this? Should I create folders or pages just the sake of keywords? Question 2: Most companies have their main URL shown as www.example.com when you access their domain. However, some multi-language sites show e.g. www.example.com/en or www.example.com/en/main when you type the domain to your web browser to access the site. I understand that this is a common practice to use subdomains or folders to separate different language versions. My question is regarding subfolders. Is it better to have only the subfolder shown (www.example.com/en) or should I also include the specific page's URL after the subfolder with keywords (www.example.com/en/main or www.example.com/en/service-one-in-certain-city)? I don't really understand why some companies show only the subfolder of a specific language page and some the page's URL after the subfolder. Thanks in advance, Sam
International SEO | | Awaraman1 -
International hreflang - will this handle duplicate content?
The title says it all - if i have duplicate content on my US and UK website, will adding the hreflang tag help google figure out that they are duplicate for a reason and avoid any penalties?
International SEO | | ALLee1