<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap Index — pointer to the dynamic sitemap generated by the
  NewSky backend. Google/Bing follow ``<sitemap>`` entries recursively,
  so listing ``/api/sitemap.xml`` here lets us keep the destination
  URLs dynamic (auto-updates whenever we add/remove a country) while
  respecting the Kubernetes ingress rule that only ``/api/*`` reaches
  the FastAPI backend.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://newskyesim.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
