<?xml version="1.0" encoding="UTF-8"?>
<!-- Static, hand-kept, and served from public/ so it beats the catch-all
     rewrite in vercel.json that would otherwise answer /sitemap.xml with the
     SPA's HTML.

     These are exactly the paths Gate() in src/App.tsx routes to a public,
     no-login view. Nothing behind the login belongs here: those URLs render an
     auth screen to a crawler, so listing them would submit soft 404s. No
     lastmod anywhere, because an invented date is worse than none: a crawler
     that is told wrong is harder to correct than one that is told nothing.

     When a marketing route is added or removed in App.tsx, edit this file in
     the same change. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://burrin.vercel.app/</loc></url>
  <url><loc>https://burrin.vercel.app/product</loc></url>
  <url><loc>https://burrin.vercel.app/pricing</loc></url>
  <url><loc>https://burrin.vercel.app/about</loc></url>
  <url><loc>https://burrin.vercel.app/support</loc></url>
  <url><loc>https://burrin.vercel.app/privacy</loc></url>
  <url><loc>https://burrin.vercel.app/terms</loc></url>
  <url><loc>https://burrin.vercel.app/dpa</loc></url>
</urlset>
