<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the public, unauthenticated marketing surface — the same pages already linked from
  PublicNav.tsx/PublicFooter.tsx for an anonymous visitor. Deliberately excludes every
  authenticated app route (/monitor, /triage, /configuration, /demova-console, ...): a sitemap
  is as world-readable as robots.txt, so listing an authenticated-only path here would advertise
  it rather than index anything useful — it 401s for a crawler and isn't indexable content
  anyway. Keep this in sync with App.tsx's PUBLIC_MARKETING_PATHS if that set changes.
  /login and /forgot-password are left out too: not secret, just content-free utility pages
  with nothing for a search engine to index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://demovalabs.com/</loc>
  </url>
  <url>
    <loc>https://demovalabs.com/developers</loc>
  </url>
  <url>
    <loc>https://demovalabs.com/terms</loc>
  </url>
  <url>
    <loc>https://intersect.demovalabs.com/signup</loc>
  </url>
  <url>
    <loc>https://intersect.demovalabs.com/contact-sales</loc>
  </url>
</urlset>
