<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap index, not a sitemap.

     Two halves, deliberately kept apart. `sitemap-pages.xml` is this file's
     neighbour on disk: the homepage, the twelve categories and the marketing
     pages, all of which are known at build time and none of which needs a
     server to enumerate. `sitemap-listings.xml` is generated per request by
     api/sitemap-listings.ts, because the catalog is not knowable at build time.

     Splitting them means a day when the catalog endpoint is down costs us the
     listing URLs and nothing else — the static half keeps answering. A single
     generated file would have taken everything down with it. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://pozych.com.ua/sitemap-pages.xml</loc></sitemap>
  <sitemap><loc>https://pozych.com.ua/sitemap-listings.xml</loc></sitemap>
</sitemapindex>
