I think there's no other solution as to use language designator in
URLs and placing language links on the main page. There's no way
Google or any other bot can crawl the site several times with
different cookies or something. Currently I'm redoing site in Django
that suffers the same problem and it was a design decision to use
googlebot-friendly urls.
Eugene

On 2 май, 12:16, Phil <[EMAIL PROTECTED]> wrote:
> Guys,
>
> I use the i18n framework of django to offer my site content in two
> language: French and English. As the language preference is kept in a
> cookie, all the URLs of my site are therefore language agnostic. All
> is working fine.
>
> But, when the googlebots hits my site, they only hit the French-
> translated content!
> I checked the cached version of the site in google and all the pages
> are in French.
>
> Has somebody already given some thoughts on this and found a solution,
> or do I will have to change my URLs as to have to sets, one in English
> and one in French 
> (http://www.mysite.com/path/to/url/fr/andhttp://www.mysite.com/path/to/url/en/)
>  or something equivalent ?
>
> Phil.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to