emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Implement classes to build a 'sitemap.xml' #71

Closed sveetch closed 7 months ago

sveetch commented 7 months ago

Is your feature request related to a problem? Please describe. There is currently nothing to fill a sitemap.xml with Lotus contents. This is an important feature now for SEO.

Describe the solution you'd like Implement Sitemap classes with Django sitemap framework to provide sitemap resources for Article, Category and Album. Tags does not seems useful since it is not really a content and also it relies on django-taggit that could be used in other applications so it may not be appropriate.

sveetch commented 7 months ago

Done in 0.8.1-pre.2