<?xml version="1.0" encoding="UTF-8"?>
<!--
  M109: this is a sitemap INDEX. It points search engines at the live, dynamic
  sitemap served by the regenerate-sitemap Supabase edge function. The edge fn
  rebuilds the URL list on every request (1-hour cache), so new tenants and
  cuisine slugs show up without re-deploying the site.

  Why an index instead of a static list?
   - GitHub Pages can't proxy /sitemap.xml to an edge function (no _redirects
     support — Cloudflare Pages had that feature, but the site is currently on
     GitHub Pages).
   - Sitemap index files are part of the sitemaps.org protocol; Google,
     Bing, etc. follow the <loc> inside <sitemap> to fetch the actual URLs.
   - Keeps /sitemap.xml as the canonical entry point.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://zndxjvkaytncuptqdcsu.supabase.co/functions/v1/regenerate-sitemap</loc>
  </sitemap>
</sitemapindex>
