Maybe I didn't understand the purpose of Sitemaps or maybe I didn't understand how to use sitemaps. Right now my sitemap is including all "dynamically" created pages, like the blog posts. But how do I add "static" pages like my index and contact page? Or shouldn't these views be in the sitemap? I thought -all- pages should be on the sitemap. For example, how would I include such view
(r'^contact/', include('contact-recaptcha.urls')),
if there is no queryset?
For reference: http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/
Thanks in advance!