Dear community,
As part of an international company, I am running a site which serves all French speaking Europeans, hence residents of France, but also of Belgium, Switzerland, Luxemburg. Currently, this websites exists only in a single version which uses the .fr ccTLD. Let’s call it www.mysite.fr.
In parallel, another office of the same company runs the website that serves all Dutch speaking Europeans, hence residents of the Netherlands, but also of Belgium: www.mysite.nl.
I have reached very good organic SERP rankings in France, but the rankings in Belgium are significantly worse.
Now I want to create a .be duplicate, www.mysite.be, in order to leverage the power of the .be ccTLD and achieve better rankings in Belgium. In other words, the content of www.mysite.fr and www.mysite.be/fr-be/ (the Dutch version will be reachable at www.mysite.be/nl-be/) will be almost identical, a part from a few references to the Belgian market here and there, as well as a Belgian phone number in the header. My thinking is: .be domains get a head start by Google compared with identical sites from other TLDs, including .fr.
So I want to climb in the rankings in Belgium and not decrease in France.
I see two options
1) Simply create www.mysite.be/fr-be/ and let it compete with www.mysite.fr. Hopefully some .be pages would overtake the .fr pages, and if not I still keep the .fr-page rankings.
2) Apply the recommendations that Google has made on multiregional websites by adding canonical and rel link elements, as well as specifying the .fr version as the canonical version. (Details below)
BUT: in the Google+ hangout [
plus.google.com ] Pierre Far of Google says that this will lead only to an URL replacement without changing the ranking. And he continues "Our ranking takes account of many signals and suppose that the algos decide that the canonical URL deserves position 5 for this query. On www.google.com, we would show www.example.com as position 5. On www.google.ie, we'd replace that to show ie.example.com at position 5 and on www.google.co.uk we'd replace that to show uk.example.com."
To me, it is not clear in this statement on what Google version the canonical version “deserves position 5”.
If before the launch of the .be website, my .fr-page ranks #1 on google.fr but #14 on google.be, what will be the ranking for the new .be-page on google.be if I use hreflang + canonical link elements:
a) Will the ranking be close to #1, because the new .be-page inherits the indexing signals from its canonical version AND now is considered as relevant for Belgium because of its .be domain?
b) Will the ranking be more or less unchanged, because it’s still the canonical version (the .fr-page) which is considered and the .be domain is not taken into account as positive additional indexing signal?
c) Will the ranking be worse than #14, because the new .be-page is newer as its canonical version and therefore benfits from less indexing signals?
What do you suggest? Option 1 or 2?
Thanks a lot for your help.
PS: Here is what I would do if I choose option 2)
In order to achieve that Google shows the .fr version for users being located in France and elsewhere, as well as the .be version for users being located in Belgium, I would add the following link elements to the relevant pages:
I use the homepage only as an example. I am aware that I need to repeat it for all pages.
On the .fr homepage
<link rel="alternate" hreflang="fr" href="http://www.mysite.fr/" />
<link rel="alternate" hreflang="fr-be" href="http:// www.mysite.be/fr-be/" />
On the .be homepage of the French section
<link rel="canonical" href="http://www.mysite.fr/" />
<link rel="alternate" hreflang="fr" href="http://www.mysite.fr/" />
<link rel="alternate" hreflang="fr-be" href="http://www.mysite.be/fr-be/" />
[edited by: tedster at 3:47 pm (utc) on Mar 27, 2012]
[edit reason] make the link active [/edit]