<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX served at /sitemap.xml on www.craterecords.be.

  The per-locale sitemaps and news sitemap are produced dynamically by
  Supabase Edge Functions (generate-sitemap / generate-news-sitemap).
  Lovable's static hosting returns 404 for unknown .xml paths, so the
  on-domain /:locale/sitemap.xml SPA routes can't be fetched by Google
  (the SPA fallback only fires for non-asset paths). We therefore point
  Google directly at the edge function URLs, which serve valid
  application/xml. These URLs are also listed in robots.txt as
  Sitemap: directives so Google accepts the cross-host references.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://rkxkidhexkkzfqmaouba.supabase.co/functions/v1/generate-sitemap?lang=en</loc>
  </sitemap>
  <sitemap>
    <loc>https://rkxkidhexkkzfqmaouba.supabase.co/functions/v1/generate-sitemap?lang=nl</loc>
  </sitemap>
  <sitemap>
    <loc>https://rkxkidhexkkzfqmaouba.supabase.co/functions/v1/generate-sitemap?lang=fr</loc>
  </sitemap>
  <sitemap>
    <loc>https://rkxkidhexkkzfqmaouba.supabase.co/functions/v1/generate-news-sitemap</loc>
  </sitemap>
</sitemapindex>
