Articles tagged with seo:

Django sitemap class for named views

29 October 2008 django, seo

This sitemap class allows you to specify which named views your sitemap should include. Useful for views that don't map to models, or when you don't want to include all your flatpage or "direct-to-template URLs.

read full entry...

Generic search engine pinging for Django

14 March 2008 django, seo

The Django contrib sitemap framework provides a way to let Google know when your sitemap has been updated. It's simple enough to add Ask and Yahoo; until I can get a patch contributed, this module is an easy way to ping them all.

read full entry...

Sitemap class for direct-to-template generic views

14 March 2008 django, seo

A simple way to include direct-to-template pages in the sitemap of your Django site.

read full entry...