thunderbird / thunderbird-website

Build code for the websites on thunderbird.net and start.thunderbird.net
https://www.thunderbird.net
133 stars 72 forks source link

Add site map #586

Open MelissaAutumn opened 1 month ago

MelissaAutumn commented 1 month ago

Render out a site map during build to help search crawlers.

Here's some documentation for reference: https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap

Sancus commented 1 month ago

There's probably a Python library that will do this if you simply feed it URLs during the build process in build_site or render in builder.py.