> I know that google doesn't like redirects. Will this have an effect > on my search rankings? For example if google goes towww.mysite.com...will > google notice the redirect to mysite.com and pentalize me for it?
My understanding is that google doesn't like 302's (Temporary Redirect) that much, but this is a 301 (Permanent Redirect) between subdomains. Besides, if you feed the googelbot a sitemap (See http://www.djangoproject.com/documentation/sitemaps/) that only contains http://mysite.com links, then it won't see any redirects, will it? Also, anyone who bookmarks your site will be looking at the non-www domain, so they will also be dealing with the correct domain and google won't see the 301 if it follows the link. I wouldn't worry about it that much. Build a good site, cross link with other good sites, feed the googlebot good links, and things should be fine. Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

