<?xml version="1.0" encoding="UTF-8"?>
<!--
  STATIC FALLBACK — served when backend is offline.
  In production, the backend dynamically generates this file with ALL product slugs:
    GET https://zitorafashion.com/sitemap-products.xml  (Express → MongoDB)

  This static fallback intentionally contains ONLY the product listing page.
  Individual product URLs like /products/{slug} are served by the backend route.
  DO NOT add filter/sort URLs here — they belong in sitemap.xml.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://zitorafashion.com/products</loc>
    <lastmod>2026-06-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.95</priority>
  </url>

</urlset>
