<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — points Google to the dynamic /api/sitemap route which is
  generated server-side from Supabase (activities, providers) plus all
  static/SEO landing pages.

  Why an index here instead of the dynamic sitemap directly?
    - Vercel serves files in /public BEFORE applying rewrites, so the
      `/sitemap.xml` → `/api/sitemap` rewrite in vercel.json is bypassed
      whenever a static public/sitemap.xml exists. Rather than removing
      this file (which would break any tools/CDNs that 304-cache it),
      we leave it in place as a sitemapindex that forwards Google to the
      dynamic sitemap URL.

  Submit https://www.kidzmaps.com/sitemap.xml to Google Search Console.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.kidzmaps.com/api/sitemap</loc>
  </sitemap>
</sitemapindex>
