Open
Description
Is your feature request related to a problem? Please describe.
Most websites need to provide a sitemap.xml
for SEO purposes.
Describe the solution you'd like
SvelteKit should provide a way (automatically, or recommended way via documentation) on how to create a sitemap.xml.
Describe alternatives you've considered
I see sitemap.xml generation is mentioned in the sapper repo - is this the way to do it?
Also mentioned by @antony here.
How important is this feature to you?
I think this will affect a large number of SvelteKit users who are building websites.
Note
The SvelteKit homepage says:
SvelteKit doesn't compromise on SEO
Without supporting sitemap.xml
, this claim is inaccurate/disingenuous.
Thank you!