I am setting up a site that will run in many languages.
It will be in php and will use shared code, just including text files in the appropriate langauges.
The use will select the language by chosing a flag which will be displayed at the top of every page.
The site is a .com site
What do I need to do about meta titles and descriptions? I can easily include include translated versions so that when the user selects the (eg French) flag the meta data is all in French. However, is there any point in this? I will probably use mode rewrites so that the French pages have an address www.mysite.com/fr/detail.html, whereas the English will be www.mysite.com/detail.html
Does anyone else have any experience doing this? Any ideas as to whether this should work? Better suggestion? (And not google autotranslate...)
|