Articles tagged with seo:

29
Oct
2008

django, seo

Django sitemap class for named views

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.

14
Mar
2008

django, seo

Generic search engine pinging for Django

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.

14
Mar
2008

django, seo

Sitemap class for direct-to-template generic views

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