<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap protocol requires absolute <loc> URLs, but this SPA's build is deliberately
  domain-agnostic (deploy/Dockerfile.ui takes no DOMAIN build-arg — see deploy/.env.prod.example,
  filled in only at container start). REPLACE_WITH_DOMAIN below must be substituted with the
  real site origin (e.g. https://monitor360.example.com) after DOMAIN is chosen, before this
  file is any use to a crawler. Until then it is inert, not wrong — Search Console/Bing
  Webmaster Tools will reject placeholder URLs rather than silently indexing them.

  Lists exactly the three routes router.js documents as "linkable, shareable and indexable"
  (ui/src/lib/router.js). Everything else (/login, /register, /billing, ...) is transactional
  or session-gated, not content, and does not belong here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://REPLACE_WITH_DOMAIN/tools</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
