<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap index — referenced from robots.txt. Splits the catalogue into two
  child sitemaps so the marketing/static pages and the (dynamic) product
  catalogue can evolve independently:

    • /sitemap-static.xml         — homepage, /products, /how-it-works, /about,
                                     /faq, legal pages, etc. Hand-maintained.
    • /api/sitemap-products.xml   — every Live product, generated on the fly
                                     by the FastAPI backend (no rebuild needed
                                     when a new bottle goes Live).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://hidden-bottles.com/sitemap-static.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://hidden-bottles.com/api/sitemap-products.xml</loc>
  </sitemap>
</sitemapindex>
