hello, I want that users entering my sites get the site in their language. For example 3 languages: Spanish English and Polish - Main So if someone enters from brazil, spain etc... He get the site in spanish eg. es.mysite.com . When a user enters site from poland he get it in polish eg. mysite.com . Else he get it in english (eg. en.mysite.com). Ok so i want do it with cookies etc... But how to make it best for the bots, how to show them all languages. becouse the bots doesn't accept cookies. Now i made this like this: http://www.999tutorials.com/tutorial-geo-target-your-visitors.html
Use a (XML) sitemap to show the pages in all different languages. Bots might not get the cookies but they will be able to crawl the sitemapfile.
xttp://www.mattcutts.com/blog/subdomains-and-subdirectories So, Matt is recomend to buy separate domain for each language and I think is more corectly.
Bots don't accept cookies so I guess they will not be redirected to a specific url for their language, so this is not really a problem.
It is very doubtful and not correctly actually. Here is my user-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) So whrere you redirecting me? -))