<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, because the landing page is the only indexable URL this app has.

  Every signed-in route is disallowed in robots.txt, the auth routes carry
  one-time tokens, and /legal/* and /support still render placeholder pages that
  send their own `noindex` (src/pages/PlaceholderPage.js). Add those here in the
  legal-content phase, when there is something real at the other end.

  Served as a static file from public/, so Vercel returns it ahead of the SPA
  catch-all rewrite in vercel.json — the same way robots.txt already resolves.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://business.wanderswipe.site/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
