sitemap.xml
Add or generate a sitemap.xml
file that matches the Sitemaps XML format in the root of app
directory to help search engine crawlers crawl your site more efficiently.
Static sitemap.xml
Generate a Sitemap
Add a sitemap.js
or sitemap.ts
file that returns Sitemap
.
Output:
Sitemap Return Type
Good to know
- In the future, we will support multiple sitemaps and sitemap indexes.
Version History
Version | Changes |
---|---|
v13.3.0 | sitemap introduced. |
v13.4.5 | Add changeFrequency and priority attributes to sitemaps. |