<?xml version="1.0" encoding="UTF-8"?>
<!--
  The list of pages we ask search engines to index. Deliberately short: the
  private pitches under /p/ are excluded (they are 1:1 outreach and would leak
  a prospect's name, a token, and our brand analysis to Google), and the
  authenticated app pages under /dashboard, /settings and /pitch/ have nothing
  a stranger should read.

  Every entry here is a public marketing page whose contents are stable enough
  that ranking against it is worth doing. Add new public routes as they ship.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pitchmachine.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pitchmachine.ai/about.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <!--
    The Answer Hub. Hash-routed under wouter/use-hash-location, so the
    physical URL a crawler fetches is /#/faq. Kept in the sitemap because
    Google understands hash routes when combined with the client-side
    render, and the JSON-LD FAQPage payload is inlined at first render.
  -->
  <url>
    <loc>https://pitchmachine.ai/#/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
