<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mentra's own marketing surface — the pages we want indexed on
  mentra.systems. Tenant-published content is NOT listed here: it lives on
  each tenant's own domain with its own sitemap.

  The bar for listing a page here is that it is part of Mentra's public
  marketing surface — content we want a stranger to find via search. That is
  narrower than "renders without a <UserGuard>": plenty of unguarded routes
  are internal tooling (/design-system, /swagger-docs, /page-builder-editor,
  /content-calendar, /developer-settings-page) and are disallowed in
  robots.txt rather than listed here. Being unguarded is a prerequisite, not
  a qualification.

  So a new route needs a decision, not a default: add it here if it is
  marketing, otherwise disallow it in robots.txt. Leaving it in neither is
  what src/test/crawlerPolicy.test.ts fails on.

  Legacy camelCase aliases in user-routes.tsx are client-side redirects to
  the canonical kebab-case paths below, so they are deliberately omitted.

  No <lastmod> or <changefreq>: this file is hand-maintained, so neither
  could be kept honest as page content changes, and a stale date is worse
  than no date — crawlers discount a sitemap whose metadata they learn not
  to trust. <priority> is static by nature and stays.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.mentra.systems/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/insights</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/public-api-docs</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/how-our-ai-works</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/contact</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/privacy-policy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.mentra.systems/terms-of-service</loc>
    <priority>0.3</priority>
  </url>
</urlset>
