<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap index for Google Search Console and social crawlers.

  Production ingress routes NON-/api paths to the frontend SPA, so a direct
  request to https://sportifiindia.com/sitemap.xml would hit index.html and
  return `text/html` (which Google rejects with "Couldn't fetch" and the
  XML-Sitemaps validator flags as "Incorrect http header content-type").

  Serving THIS static file at /sitemap.xml gives crawlers a valid XML
  response with the correct MIME type, and points them at the dynamic
  /api/sitemap.xml where the real per-event, per-blog, per-organizer URLs
  are enumerated with fresh <lastmod> values.

  Submit `https://sportifiindia.com/sitemap.xml` in Google Search Console —
  Google will fetch this index, follow the <sitemap><loc> to the API URL,
  fetch that, and index every URL listed there.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.sportifiindia.com/api/sitemap.xml</loc>
    <lastmod>2026-02-03</lastmod>
  </sitemap>
</sitemapindex>
