Hi,

this topic is somewhere between django - implementation - SEO stuff...

I am currently running http://work724.com - a business system based on
Django. The intro/signup site is
in both English and Swedish (in process of adding more languages) and
using django language cookie for
getting this right (and also allowing the user to change language if
needed).

The signup/intro site is in available in different languages (using
the django cookie and translation of .po files), when you login you
get the language you have marked as your prefered...

Now, the problem I have is that my site only gets indexed on English
(as I understand google robot do a
request with no language preferences when indexing my site, and then
django reply in default lang == en).

I have tried added an explicit and visible that does a GET to
http://work724.com/start/lang/sv that changes
the cookie setting to Swedish and this works but still can not get the
site to be indexed in Swedish.

Any hints - what I would like is that as I add more translations of
the signup site (intro, features ....) these will be indexed and
appear when people searches using these local languages then get to my
site...

Given these requirements - do I need to skip the cookie approach and
use urls to express lang instead or ... ???

mvh / Jens



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to