Meziklassociation / meziklasi

The source code to meziklasi.cz website.
https://meziklasi.cz
GNU Affero General Public License v3.0
16 stars 1 forks source link

Add `sitemap.xml` generation #29

Closed filiptronicek closed 2 years ago

filiptronicek commented 2 years ago

Sitemaps are nice, as an article on merkle.com states:

A sitemap lists a website's most important pages, thus, making sure search engines can find and crawl them. Sitemaps also help in understanding your website structure, making it easier to navigate your website.

This PR adds automatic generation of a sitemap, with only one con that I found: the last modified dates are wrong, since they default to the published dates [1] - we should think about implementing last modified fields on our pages and posts.

How to test

Pull changes and visit /sitemap.xml.

yagarea commented 2 years ago

Good point