<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, on purpose.

  This site is a hash-routed single-page app: every section lives at
  https://behavioralai-institute.org/#<route>, and the clean paths in
  vercel.json (/research, /privacy, /open-letter and the rest) are 307
  redirects onto those fragments, not pages that return 200 in their own
  right. A fragment is not a separate URL to a crawler, and a sitemap is
  supposed to list canonical URLs that respond 200.

  So listing /research, /team and friends here — as the previous site's
  sitemap did — would be listing redirects, which is what sitemap
  validators flag and what search engines discard. The honest entry is the
  document that actually exists.

  The real consequence is worth stating plainly rather than papering over:
  all of this site's content is indexed under a single URL. If per-section
  indexing ever matters (the glossary was once described as an SEO lever),
  that needs real routes that return 200 with server-rendered content — a
  change to the architecture, not to this file. Do not "fix" this sitemap
  by adding fragment or redirect URLs; it will not do what it looks like.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://behavioralai-institute.org/</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
