that if you need your website to be available in multiple languages even to crawlers, you choose the wrong way to do it. Take the way of url-rewrite with the languages in the url, so you can have different uris returning different translations. http://web2py.com/books/default/chapter/29/04/the-core#URL-rewrite
On Friday, October 18, 2013 6:43:13 PM UTC+2, [email protected] wrote: > > Hi! > > I'm using multi-language method described in web2py Application > Development Cookbook i.e. cookie-based. (controller retrieves saved lang > preference from user's cookies and the fetches him a page from db in > appropriate language). > > I'm worried about search engines discovering only one language version of > site's content. What do you think? > > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

