<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index served at https://getregulens.com/sitemap.xml.
  The React SPA otherwise owns this path (Kubernetes ingress routes
  everything non-/api to the frontend), so this static file catches
  crawlers that go straight to /sitemap.xml before checking robots.txt.
  It's a sitemap-index that points at the dynamic child sitemap at
  /api/sitemap.xml, which is where every published blog post + static
  page URL actually lives. Sitemap-index format is fully understood by
  Google, Bing, Yahoo, and DuckDuckGo per sitemaps.org spec.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://getregulens.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
