<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX served at /sitemap.xml on www.craterecords.be.
  Each <loc> is an on-domain URL handled by a dynamic edge-function-backed
  route (see src/App.tsx: /:locale/sitemap.xml → SitemapXmlRedirect,
  /sitemap-news.xml → EdgeFunctionProxy("generate-news-sitemap")).

  The per-locale sitemaps cover genres, info pages, funnel pages,
  products, artists, blog posts, events, help articles and crates for
  en / nl / fr. Do not replace with a hand-written URL list.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.craterecords.be/en/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.craterecords.be/nl/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.craterecords.be/fr/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.craterecords.be/sitemap-news.xml</loc>
  </sitemap>
</sitemapindex>
