<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three pages a stranger can read without an account. 407 crawlers asked for
  this file in the 14 days to 2026-09-18 and were handed the landing page at
  HTTP 200 instead; a sitemap that is secretly an HTML document is a sitemap
  that was never read.

  No <lastmod>. A date typed into a static file is true the day it is typed and
  quietly false a week later — the same defect the i18n guard exists to prevent
  in translation files (CLAUDE.md, the data-shaped-literal rule). Crawlers treat
  a lastmod they have caught lying as noise, so a wrong one is worse than none.

  tests/test_seo.py holds this list to the router's: a public page added to
  App.tsx and not added here fails the build.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://atomhowl.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://atomhowl.com/live</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://atomhowl.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
