Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multi language website

Tags:

seo

I have a multi language site, what is the way to proceed for good SEO for each language/ locale, right now i have:

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

The site structure is : one domain, languages are switched within the file: php redraws the file according to the language selected by the user. So i thought i could switch the content of these meta's depending on the language selected by the user, am i on the right path? thanks

like image 873
tetris Avatar asked May 17 '26 09:05

tetris


1 Answers

It depends on how the user selects their language. If it is a standard URL link robots shouldn't have a hard time crawling it. If you're using some type of javascript or flash menu they may have a hard time indexing this dynamic content.

A bit of discussion on javascript and search engines can be found at: http://www.websiteceo.com/articles/js-indexing.htm

like image 120
Thomas Langston Avatar answered May 22 '26 02:05

Thomas Langston