django-sitemaps Questions
3
Solved
when i add sitemap to my Django project i got this error ..
DoesNotExist at /sitemap.xml
Site matching query does not exist.
sitemap.py :
from django.contrib.sitemaps import Sitemap
from .m...
Merrymaking asked 15/11, 2019 at 17:54
3
Google recognizes an <image> tag for XML sitemaps (http://support.google.com/webmasters/bin/answer.py?hl=en&answer=178636), and I would like to include an image attribute into my sitemaps...
Jewel asked 28/4, 2012 at 13:1
2
I have the following url configuration
url(r'^sitemap\.xml$', index, {'sitemaps': sitemaps}),
url(r'^sitemap-(?P<section>.+)\.xml', cache_page(86400)(sitemap), {'sitemaps': sitemaps}),
an...
Diarist asked 14/7, 2014 at 17:4
1
© 2022 - 2024 — McMap. All rights reserved.