On Mon, Mar 9, 2009 at 7:22 AM, Reiner <mr.squ...@googlemail.com> 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, "adam.abbo...@gmail.com" <adam.abbo...@gmail.com>
> 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 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