precice / precice.github.io

The website of preCICE
https://precice.org/
12 stars 56 forks source link

Autogenerate sitemap #343

Closed fsimonis closed 4 months ago

fsimonis commented 4 months ago

When working in the Google Search Console, I noticed that our sitemap does not contain modification dates. This, however is crucial to trigger reindexing of the page content.

Turns out that even though the sitemap generator was enabled, the original theme generated a custom sitemap, overriding the gem.

I removed the custom sitemap and added the last-modified-at plugin, which also uses the git history to determine file changes.