<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap index — references the static marketing/legal sitemap and a
  placeholder for the future per-event dynamic sitemap.

  sitemap-events.xml is intended to be generated by a Supabase edge
  function that walks the published `events` and `org_pages` tables
  and emits an Event-schema'd sitemap entry per row. Until that
  function ships, requests to /sitemap-events.xml will 404 — Google
  will still index everything in /sitemap.xml.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://illuxus.com/sitemap.xml</loc>
    <lastmod>2026-06-20</lastmod>
  </sitemap>
  <sitemap>
    <!--
      placeholder — to be generated dynamically by a Supabase edge function.
      Remove this entry until that function is live to avoid 404s in
      Search Console's sitemap report.
    -->
    <loc>https://illuxus.com/sitemap-events.xml</loc>
    <lastmod>2026-06-20</lastmod>
  </sitemap>
</sitemapindex>
