<?xml version="1.0" encoding="UTF-8"?>
<!--
  thebetween.ai is one content page plus its two legal pages. Every section of the home
  page is an in-page anchor, so the home page is exactly one URL — anchors are
  deliberately NOT listed as separate <url> entries, because they are the same document
  and listing them would misrepresent the site's size.

  /privacy and /terms ARE separate documents and are listed. Member agent pages and draft
  profile pages are NOT, and must never be: they are unlisted by design (see
  scripts/render_agent_pages.py), and a sitemap entry would hand a crawler the one thing
  protecting them.

  lastmod is hand-maintained. Update it when the corresponding page changes; a stale value
  is worse than none, because it tells crawlers not to bother re-reading. The legal dates
  track legal/*.md, which is what those pages are rendered from.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://thebetween.ai/</loc>
    <lastmod>2026-08-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://thebetween.ai/privacy</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://thebetween.ai/terms</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
