<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index over the per-template sitemaps generated by src/app/sitemap.ts.

  Next 14's generateSitemaps() serves the sections at /sitemap/<id>.xml and does
  not produce an index of its own, so this file keeps /sitemap.xml — the URL
  already submitted in Search Console and advertised in robots.txt — resolving.
  Its contents are five fixed URLs, which is why a static file is enough.

  The section list is pinned by src/lib/sitemap-sections.ts and asserted by
  src/lib/utils.test.ts; adding a section without adding it here fails the test.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://racingatlas.com/sitemap/static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://racingatlas.com/sitemap/tracks.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://racingatlas.com/sitemap/countries.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://racingatlas.com/sitemap/articles.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://racingatlas.com/sitemap/events.xml</loc>
  </sitemap>
</sitemapindex>
