<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index.

  Lovable static hosting serves this file from /sitemap.xml. Because the
  hosting layer does not rewrite static paths to Supabase Edge Functions,
  we expose the full dynamic sitemap (markets, 4-language blog catalogue,
  category and how-to pages — 370+ URLs) as a child sitemap and keep a
  static fallback so crawlers always have coverage even if the edge
  function is briefly unreachable.

  Child sitemaps:
    1) sitemap-dynamic.xml — proxied by the `generate-sitemap` Supabase
       Edge Function; rebuilt on every request from live DB rows.
       Direct URL: https://xspokrcbzsqqdjcygbea.supabase.co/functions/v1/generate-sitemap
    2) sitemap-static.xml — checked-in fallback covering the canonical
       routes.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://xspokrcbzsqqdjcygbea.supabase.co/functions/v1/generate-sitemap</loc>
    <lastmod>2026-06-16</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://sattamatkaapp.online/sitemap-static.xml</loc>
    <lastmod>2026-06-16</lastmod>
  </sitemap>
</sitemapindex>
