I was reading on the below link about multilingual website and I had a question hope someone will be able to guide me in the right direction:
[
googlewebmastercentral.blogspot.co.uk...]
For example someone from France is based in London and visits the site: http://www.example.com (which is London based English site).
The website has an option on top right side of the website which says translate the website into French.
The person clicks on the translate to French and the website gets translated into French and the URL changes to: http://www.example.com/fr , he happily looks at the content and order a product . Happy French Customer.
Now I want to block the search engines to crawl and index the /fr folder.
I would block them through: Robots.txt &
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Now suppose the company has a website which targets customers in France as well and they have a website: http://www.example.fr
Now to be on the safe side can I add this canonical tag : <link rel="canonical" href="http://www.example.fr"/> in the above URL: http://www.example.com/fr , just to be on the safe side.
And by using rel=”canonical” map all the /fr folder http://www.example.com/fr/product-name URLs to the http://www.example.fr/product-name URLs.
1)Does Yahoo and Bing support cross-domain support for the rel=”canonical” link element?
2)Does the above make sense should we add the translation on example.com if our customers are happy?
3) Will Google have any issues with the above?
4) Any Advice or alternatives ?