gridsome / gridsome.org

The website for Gridsome.org
https://gridsome.org
MIT License
296 stars 314 forks source link

Index all paths in a sitemap #559

Closed lucasmichot closed 1 year ago

lucasmichot commented 3 years ago

Index all paths in a sitemap that can be consumed by search engines.

A sitemap.xml file will be generated during the build phase.

hjvedvik commented 3 years ago

Thanks again, @lucasmichot. Should we also include the plugin paths in the sitemap? The plugin pages are loaded client-side only, so the sitemap plugin doesn't know about them. I can check if it's possible to generate them or make it possible if the plugin doesn't support it yet.