<?xml version="1.0" encoding="UTF-8"?>
<!--
  SpeakEzee sitemap (H-2).

  ONLY genuinely public, signed-out-reachable pages appear here. Two deliberate
  omissions:

    /pricing  — billing is disabled for launch (services/billing_config.py), so
                the page describes something the product does not currently
                offer. Listing it would invite indexing of a plan catalogue that
                is not live. Add it in the same change that sets
                BILLING_ENABLED=true.

    /login, /signup, /forgot-password
              — authentication entry points. They are reachable and not secret,
                but they are not content: indexing them puts a sign-in form in
                search results ahead of the pages that explain the product.

  Every authenticated route is excluded here AND in robots.txt.

  lastmod is deliberately absent rather than guessed. A fabricated date is worse
  than none: crawlers use it to schedule re-crawls, and a wrong one either
  wastes their budget or suppresses a real update. Add real dates when the
  content has a real change history to read from.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://speakezee.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://speakezee.ai/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://speakezee.ai/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <!--
    Legal documents. Slugs are the stable public segments defined in
    scripts/05_api/services/legal_documents.py (_REGISTRY). They deliberately
    carry no version number, so these URLs survive a document revision.
  -->
  <url>
    <loc>https://speakezee.ai/legal/user-terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://speakezee.ai/legal/user-privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://speakezee.ai/legal/therapist-terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://speakezee.ai/legal/therapist-privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
