<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap index.

  The Kubernetes ingress only proxies /api/* to the FastAPI backend, so the
  dynamic, DB-driven sitemap lives at /api/sitemap-{locale}.xml. This static
  index at the root path is what crawlers expect to fetch from /sitemap.xml
  and points them at the per-locale dynamic sitemaps.

  When you add new locales (de, fr, es, pt) add another <sitemap> entry here.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>/api/sitemap-en.xml</loc></sitemap>
  <sitemap><loc>/api/sitemap-dk.xml</loc></sitemap>
</sitemapindex>
