<?xml version="1.0" encoding="UTF-8"?>
<!--
  GP-WEB-LANDING-1. PUBLIC ROUTES ONLY. "/" is the primary indexable URL — on web
  the root is the marketing landing (src/app/index.web.tsx).

  Every other route is an auth/utility surface: each is deliberately absent here
  AND emits <meta name="robots" content="noindex, follow"> via SeoHead. That pair
  is the contract — see the SeoHead noindex list in src/components/SeoHead.tsx.
  (They are not enumerated in this file: it is served publicly, and a sitemap is
  no place to advertise the private route map.)

  Do NOT add robots.txt Disallow rules for them either — a Disallow stops crawlers
  fetching the page and therefore stops them ever SEEING the noindex (the same call
  the sibling repos make).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://glideprose.com/</loc>
    <lastmod>2026-07-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://glideprose.com/upgrade</loc>
    <lastmod>2026-07-14</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
