<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX
  -------------
  This static file is what crawlers hit at https://myecotour.in/sitemap.xml.
  The actual list of URLs is generated dynamically from MongoDB by the
  FastAPI backend at /api/sitemap.xml so newly-published destinations,
  experiences, stories and journal posts appear automatically — no
  redeploy required.

  Why a sitemap index instead of a redirect?
  - <sitemapindex> is the official multi-file sitemap mechanism, fully
    supported by Google, Bing, Pinterest and Yandex.
  - 301 redirects from static HTML aren't reliable for crawlers.
  - Allows future expansion (e.g. a separate news sitemap) without
    breaking the canonical URL.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://myecotour.in/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
