On Mon, Mar 9, 2009 at 7:22 AM, Reiner <[email protected]> wrote:
> > Additionally django comes with a sitemap application in > contrib.sitemaps. > See http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/ for > more information. > > This should make indexing your website a lot easier for bots, you can > even ask google for reindexing when your sitemap changes for example > (http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/#pinging- > google). > > > On Mar 9, 9:57 am, "[email protected]" <[email protected]> > wrote: > > Hi, > > > > I'm currently looking at developing a major project in Django. I'll be > > working with a team (2) developers on the project, however I wanted to > > get an idea for how search engine friendly Django is? I'm really not > > too sure about Django and hence I need advice. > > > > Thanks for your time. > > > Django makes a lot of the SEO best practices, such as sitemaps, very easy, in addition in empahsis clean urls, and a single resource per URL(by keeping the usage of the trailing / consistant), other than that there's not much it can do. The best SEO is useful content in my experience. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

