<?xml version="1.0" encoding="UTF-8"?>
<!--
  MNTR sitemap. Vite copies public/ to the dist root, so this serves at /sitemap.xml.

  Domain is https://mntrglobal.com (set 2026-08-10, replacing the
  mntr.example.com placeholder). Absolute URLs are required by the sitemap
  spec, so a domain change means a find/replace here AND in robots.txt's
  Sitemap line AND in index.html's og:url / og:image.

  Only public, indexable pages belong here — not the authenticated app or the
  functional auth utility pages (forgot/reset/verify).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mntrglobal.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mntrglobal.com/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
