<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every public URL bettershell.ai has. Deliberately hand-maintained: four URLs
  does not justify a generator, and a stale generator is worse than a short
  list somebody actually reads.

  Not listed, on purpose:
    /signin and the signed-in app routes — noindex (see robots.txt and the
    X-Robots-Tag rules in backend/main.py). A sitemap entry for a noindexed
    URL is a contradictory signal, so they stay out.

  Add an entry here when a new public page ships. tests/test_seo_routes.py
  fails if this file lists a URL the backend would 404, or omits a public
  route the frontend serves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bettershell.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bettershell.ai/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bettershell.ai/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bettershell.ai/refunds</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
