<?xml version="1.0" encoding="UTF-8"?>
<!--
  HAND-MAINTAINED. The production build is a static export (BUILD_STATIC=1), and
  an app/sitemap.ts would emit /sitemap.xml straight into a collision with this
  file, failing the build on "Conflicting public file and page file". So there is
  no generator: adding a route means adding a <url> here by hand.

  Every <loc> must stay byte-identical to that page's own rel=canonical, which
  Next builds from metadataBase + alternates.canonical. None of them carry a
  trailing slash: the export runs with trailingSlash:false, so Next normalises
  even the root canonical down to "https://obalab.org". Verified against the
  built out/*.html, not assumed.

  /thank-you is absent on purpose: it ships robots noindex,nofollow.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://obalab.org</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://obalab.org/book</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://obalab.org/privacy</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://obalab.org/terms</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
