Multilingual website

I have a website with several languages, what is the way for good SEO for each language / locale, right now I have:

<meta name="description" content=" ">
<meta name="Keywords" content=" ">

Site structure: one domain, languages ​​switch inside the file: php redraws the file in accordance with the language chosen by the user. So I thought I could switch the contents of these meta depending on the language chosen by the user, am I on the right track? thank

+3
source share
2 answers

It depends on how the user selects their language. If this is a standard URL, robotic robots should not have difficulty crawling. If you use any type of javascript or flash menu, it may be difficult for them to index this dynamic content.

javascript : http://www.websiteceo.com/articles/js-indexing.htm

+3

All Articles