<?xml version="1.0" encoding="UTF-8"?>
<!--
  ══════════════════════════════════════════════════════════════════════════════
  Medon Online — Sitemap Index
  ══════════════════════════════════════════════════════════════════════════════
  This is a sitemap INDEX pointing to two child sitemaps:

  1. sitemap-static.xml  — static pages (homepage, about, policies, blog…)
                           served as a static file from this Flutter web build

  2. portal.800pharma.com/sitemap/medononline.xml
                         — dynamic sitemap auto-generated from the database,
                           covering every active product, category, and brand.
                           Updated every 6 hours via backend cache.

  Submit THIS file to Google Search Console:
    https://medononline.com/sitemap.xml
  ══════════════════════════════════════════════════════════════════════════════
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Static pages sitemap -->
  <sitemap>
    <loc>https://medononline.com/sitemap-static.xml</loc>
    <lastmod>2026-04-20</lastmod>
  </sitemap>

  <!-- Dynamic sitemap — products + categories + brands from database -->
  <sitemap>
    <loc>https://portal.800pharma.com/sitemap/medononline.xml</loc>
    <lastmod>2026-04-20</lastmod>
  </sitemap>

</sitemapindex>
