<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index. This is the URL to submit to Search Console and the one
  robots.txt points at.

  It lists two children:
    sitemap-pages.xml            static marketing and legal pages
    /api/public/shop/sitemap-products.xml
                                 generated live from the catalogue, so products
                                 appear and disappear without a rebuild

  The products sitemap lives under /api/, which robots.txt disallows in general
  — the "Allow: /api/public/" line is what keeps it fetchable. Do not remove it.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://safx.net/sitemap-pages.xml</loc>
    <lastmod>2026-08-09</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://safx.net/api/public/shop/sitemap-products.xml</loc>
    <lastmod>2026-08-09</lastmod>
  </sitemap>
</sitemapindex>
