<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index (apex-domain entry point).

  Why a static stub?
  - Lovable hosts a SPA so /sitemap.xml on the apex domain MUST be a real
    file under /public. Search engines (especially Bing) prefer the
    canonical sitemap URL to live on the same hostname as the site.

  Why a one-line stub instead of inlining every child feed?
  - The actual fan-out (static / provinces / categories / businesses /
    blog / images) is computed dynamically by the `sitemap` edge function.
    That function counts approved businesses and emits the right number
    of `sitemap-businesses?page=N` references — keeping that logic in one
    place avoids drift between this static file and the function.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://axcfmdjqtfoqlfoxrwjg.supabase.co/functions/v1/sitemap</loc>
  </sitemap>
</sitemapindex>
