SvelteKit sitemap focused on ease of use and making it impossible to forget to add your paths.
Super Sitemap is a tool that allows easy generation of sitemap.xml files for SvelteKit projects. It supports any rendering method and automatically collects routes from /src/routes using Vite + data for route parameters provided by the developer. It offers easy maintenance by throwing an error if data for parameterized routes is omitted, and allows exclusion of specific routes or patterns using regex patterns. The tool is well tested and built with TypeScript.
To install Super Sitemap, you can use either npm or yarn:
npm i -D super-sitemap
or
yarn add -D super-sitemap
Super Sitemap is a powerful tool for generating sitemap.xml files for SvelteKit projects. It offers easy maintenance, regex pattern exclusion, and custom headers. With support for any rendering method and automatic route collection, Super Sitemap simplifies the process of creating sitemaps. It also supports advanced features like sitemap indexes and i18n. Overall, Super Sitemap is a valuable addition to any SvelteKit project.