astro/.changeset/popular-cherries-float.md
2022-06-12 15:52:38 +03:00

556 B

@astrojs/sitemap
minor

Key features

  • Split up your large sitemap into multiple sitemaps by custom limit.
  • Ability to add sitemap specific attributes such as lastmod etc.
  • Final output customization via JS function.
  • Localization support.
  • Automatically creates a link to sitemap in <head> section of generated pages.
  • Reliability: all config options are validated.

Important changes

The integration always generates at least two files instead of one:

  • sitemap-index.xml - index file;
  • sitemap-{i}.xml - actual sitemap.