<?xml version="1.0" encoding="UTF-8"?>
<!--
  UKOffers — Static Sitemap Index
  ================================
  This file is served by the frontend's static asset handler (nginx in
  production, CRA dev server in preview). Search engines fetch this file
  first, then follow each <loc> below to retrieve the dynamic per-section
  sitemaps from the backend (which lives under /api/* so it is reliably
  routed to FastAPI in every environment).

  The static index is required because some hosting platforms route
  top-level paths like /sitemap.xml to the SPA. /api/* paths are always
  routed to the backend, so we expose the dynamic generators there.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://ukoffers.net/api/sitemap.xml</loc>
  </sitemap>
</sitemapindex>
