<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap-index file (Feb 2026).
  Google Search Console expects the sitemap at the canonical
  /sitemap.xml path. Our dynamic sitemap (which lists every approved
  editor + every public job posting) lives at /api/sitemap.xml because
  the Kubernetes ingress only routes /api/* to the FastAPI backend.
  This static index file bridges the two: Google fetches the index
  from /sitemap.xml, sees the <sitemap> reference, and follows it to
  /api/sitemap.xml for the real URL list.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://streamerpeople.com/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
