2008/12/27 Alessandro Ronchi <alessandro.ron...@soasi.com>:
> Il 16 dicembre 2008 19.20, Alessandro Ronchi
> <alessandro.ron...@soasi.com> ha scritto:
>> When google spiders our i18n translated django websites, does it try
>> and indicize all languages? is it possible to force the language by a
>> GET var (for example &language_code=en) ?
>
> I think it's a critical problem.
>
> We spend time to make our i18n websites but google bot don't see other
> languages except default.  Is there a way to select language with a
> get url? Any other solution?

You could create a url that links to your localized site so Google
would be able to crawl it, but I suppose that your site depens on
changing the language via POST, isn't it?

I that case, you could write yourselve the code and allow changing the
code using GET.

-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
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