<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mirrors routes.config.mjs, which is the single source of truth and is itself
  required to match the <Route> declarations in src/App.tsx:
    /  /products  /about  /contact  /privacy
  (plus the "*" catch-all, which is noindex, is emitted as dist/404.html by the
  prerender step rather than as a canonical URL, and is deliberately absent here.)

  Order, changefreq and priority below follow routes.config.mjs exactly.

  Do not list /features or /how-it-works: src/pages/Features.tsx and
  src/pages/HowItWorks.tsx are unrouted files, so those URLs resolve to the
  404 page. Do not list /developers or /openapi.json: this is a marketing site
  with no public API and no such route exists.

  Anything added here must have a matching entry in routes.config.mjs, a
  matching <Route> in src/App.tsx, and a matching Allow line in robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://cerebramha.com/</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Products -->
  <url>
    <loc>https://cerebramha.com/products</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About -->
  <url>
    <loc>https://cerebramha.com/about</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://cerebramha.com/contact</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Privacy -->
  <url>
    <loc>https://cerebramha.com/privacy</loc>
    <lastmod>2026-08-24</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
