<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX served as a static file from frontend/public/ so that
  Google can fetch the canonical https://topxeber.com/sitemap.xml URL
  even when the production K8s ingress routes /api/* (and only /api/*)
  to the backend.

  This file simply POINTS Googlebot at the two dynamic sitemaps generated
  by the backend, which contain the actual article URLs (slug-based) with
  lastmod timestamps.

  Keep the loc values in sync with backend/server.py SITE_PUBLIC_URL.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://topxeber.com/api/sitemap.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://topxeber.com/api/news-sitemap.xml</loc>
  </sitemap>
</sitemapindex>
