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/ and
http://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