<?xml version="1.0" encoding="UTF-8"?>
<!--
  Iter128 — L0.5 SEO sanity · static sitemap-index stub.

  /sitemap.xml is intercepted by the React catch-all before any backend
  route can serve dynamic XML. To keep crawlers happy (Google/Bing/Yandex
  conventionally check /sitemap.xml first), we serve a static sitemap
  INDEX from /public that points at the dynamic child sitemaps under
  /api/sitemap-{static,docs,radars}.xml. The child sitemaps stay live +
  auto-updated as we publish new wiki pages.

  This file does NOT need updating when new docs are published — only
  if we add a new top-level sitemap category (e.g. /api/sitemap-blog.xml).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://qortrace.com/api/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://qortrace.com/api/sitemap-docs.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://qortrace.com/api/sitemap-radars.xml</loc>
  </sitemap>
</sitemapindex>
