<?xml version="1.0" encoding="UTF-8"?>
<!--
  HERBAOX SITEMAP INDEX — https://herbaox.com/sitemap.xml
  Updated: 2026-06-11

  Sub-sitemaps are listed as clean herbaox.com URLs.
  The hosting layer (netlify.toml 301 rules) routes each to the
  corresponding Supabase Edge Function transparently.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Core static pages (home, about, quiz, legal) -->
  <sitemap>
    <loc>https://herbaox.com/sitemap-pages.xml</loc>
    <lastmod>2026-06-11</lastmod>
  </sitemap>

  <!-- Products (live from DB — auto-updates on new products) -->
  <sitemap>
    <loc>https://herbaox.com/sitemap-products.xml</loc>
    <lastmod>2026-06-11</lastmod>
  </sitemap>

  <!-- Blog posts (live from DB — auto-updates on publish) -->
  <sitemap>
    <loc>https://herbaox.com/sitemap-blog.xml</loc>
    <lastmod>2026-06-11</lastmod>
  </sitemap>

  <!-- Health tool calculators (BMI, calories, body fat, etc.) -->
  <sitemap>
    <loc>https://herbaox.com/sitemap-tools.xml</loc>
    <lastmod>2026-06-11</lastmod>
  </sitemap>

</sitemapindex>
