<?xml version="1.0" encoding="UTF-8"?>
<!--
  This is a sitemap index that points crawlers at the dynamic sitemap
  served by the FastAPI backend at /api/sitemap.xml. The dynamic sitemap
  is auto-generated from the `seo_pages` collection in MongoDB and is
  always up-to-date, including pages added or noindex'd via /admin/seo.

  Why a sitemap index? Because the production frontend is a static build
  (no dev-server proxy) served by Cloudflare-fronted infra that only
  routes /api/* to the FastAPI backend. A static sitemap index lets us
  expose the canonical /sitemap.xml location while still keeping the
  source dynamic.

  https://www.sitemaps.org/protocol.html#index
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://fastprototype.ai/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
