OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://openvaa.org/en
GNU General Public License v3.0
10 stars 0 forks source link

feat: automatic sitemap generation #511

Open kaljarv opened 6 months ago

kaljarv commented 6 months ago

Unless site crawlers can readily index the site without a map.

The map would need to include all voter routes from $lib/utils/navigation.ts: Route which are enabled based on the settings and then use the data to populate results and questions routes with ids – and constituencies in the future.