multilingual site page urls
I have created livecopies of lang-country sites. All my nodes are replicated under language copy.
I got a requirement to change the URL as per language. For e.g. http://localhost:4502/editor.html/content/geometrixx/fr/products.html => http://localhost:4502/editor.html/content/geometrixx/fr/produits.html
I saw couple of popular sites (MS, apple etc..) they dont translate (atleast I dont see that translated on my browser) even though the content is different language.
Is there any impact of translating the nodenames so that the URL is changed (assuming that this is only way).
If no impact, Is there any way the content author can change the node name without content author touching crxde.
I also saw sling.alias property by which I can see both URL (english and translated lang url). But I believe, this will impact my SEO rankings with two URLs with same content which can only be avoided by using canonical url.
Appreciate any ideas.