Reputation: 13270
Just to make things clear.
I'm trying to figure out how to build a website with a language chooser.
The language chooser is just refreshing the current page but altering the session variable "language" (if the user comes in for the first time I set it up to 'eng').
Now let's figure out the way the crawler is doing, it visits the site and the language is automatically chosen for it, so basically it recognizes the website language and classified it as 'eng'.
I'm just not sure this is the right way to go building a multi-language website since the crawler won't be scanning the pages in a different set of language again, am I right ? (or maybe it can detect that the language has been modified and rescan all the pages...which sounds a bit fancy). So the pages won't be referencing in the search engines database. So what is the right way to build those kind of websites ?
EDIT : I'm thinking about the mod_rewrite, do you think it's a great solution ?
Upvotes: 4
Views: 875
Reputation: 157872
I'm thinking about the mod_rewrite, do you think it's a great solution ?
Yes.
Upvotes: 1