1. Features
  2. Sitemap

Features

Sitemap

Automatic sitemap generation

Your sitemap is located in src/routes/sitemap.xml/+server.js. Add each page that you want crawlers to know about and the server file will render the sitemap in each crawlers preferred format.

Adding Pages

To add pages just open the +server.js file and add comma separated strings to the parameter pages at the top of the file.

Example

        const pages = ['auth/login', 'pricing', 'blog'];