<?xml version="1.0" encoding="UTF-8"?>
<!--
  HealthX Africa — Sitemap Index
  ================================
  This is the master sitemap index. Google reads this first, then fetches
  each child sitemap to discover all pages.

  Child sitemaps:
    sitemap-static.xml    — hand-curated static pages (services, help, legal)
    sitemap-products.xml  — every product page (/product/{id}), auto-generated
    sitemap-categories.xml— every category page (/category/{slug}), auto-generated

  To regenerate the product + category sitemaps run:
    npm run sitemap

  The sitemap-products.xml and sitemap-categories.xml files are committed to
  the repo so they're always available at deploy time without needing a live
  API call during CI/CD. Re-run `npm run sitemap` whenever the product
  catalogue changes significantly.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <sitemap>
    <loc>https://healthxafrica.com/sitemap-static.xml</loc>
    <lastmod>2026-04-17</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://healthxafrica.com/sitemap-products.xml</loc>
    <lastmod>2026-04-17</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://healthxafrica.com/sitemap-categories.xml</loc>
    <lastmod>2026-04-17</lastmod>
  </sitemap>

  <sitemap>
    <loc>https://healthxafrica.com/sitemap-brands.xml</loc>
    <lastmod>2026-04-17</lastmod>
  </sitemap>

</sitemapindex>
