<?xml version="1.0" encoding="UTF-8"?>
<!--
  Indexable public pages only. Every other route in the app requires sign-in and
  would serve an empty shell to a crawler, so listing one would misrepresent
  what is there. Keep this in step with the public routes in
  frontend/src/App.tsx.

  /terms, /privacy and /refunds are deliberately absent: they set `noindex`
  (useSeo in src/pages/LegalPages.tsx) so they don't compete with the pages that
  should rank. A sitemap entry asks a crawler to index a URL the page itself
  refuses — a contradiction that gets the URL filed as "discovered, not
  indexed" and costs trust in the rest of the file. They stay reachable and
  crawlable through the footer links.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://citebuilt.com/</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://citebuilt.com/pricing</loc>
    <lastmod>2026-07-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
