<?xml version="1.0" encoding="UTF-8"?>
<!--
  Evestival — Sitemap Index
  ─────────────────────────
  This file is served as a static asset by Caddy at https://evestival.com/sitemap.xml
  and is referenced by robots.txt.

  It points to two dynamic sitemaps served by the Node.js API:
    • sitemap-static.xml  — all public static pages (clean URLs, no .html)
    • sitemap-events.xml  — all approved events with image:image extension

  The /api/ disallow in robots.txt has explicit Allow rules for these paths
  so Googlebot can fetch them.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <sitemap>
    <loc>https://evestival.com/api/sitemap-static.xml</loc>
    <lastmod>2026-05-31</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://evestival.com/api/sitemap-events.xml</loc>
    <lastmod>2026-05-31</lastmod>
  </sitemap>

</sitemapindex>
