<?xml version="1.0" encoding="UTF-8"?>
<!--
  app.babav.co sitemap. Only genuinely public entry points belong here — the
  application surfaces are disallowed in robots.txt. The marketing site
  (babav.co) keeps its own Rank Math sitemap; this one exists so the app host
  stops answering /sitemap.xml with a 200 page of HTML via the catch-all rewrite.

  TWO THINGS THIS FILE GOT WRONG UNTIL 2026-09-07, both silent:
   • the namespace read "sitemap.org" — the real one is "sitemapS.org", with an
     s. A sitemap on the wrong namespace is not a partly-valid sitemap, it is
     rejected outright, so every URL below was going nowhere.
   • it listed https://app.babav.co/ and /login, and BOTH of those pages carry
     <meta name="robots" content="noindex,nofollow"> (index.html, login.html).
     Submitting a noindex URL in a sitemap is a self-contradiction Search Console
     reports as an error; "/" is a redirect router with no content anyway.
  Before adding a URL here, check the page carries no noindex meta.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://app.babav.co/self-serve</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
  <url><loc>https://app.babav.co/book-a-call</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://app.babav.co/done-for-you</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
</urlset>
