<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, on purpose.

  On a launch host `/` and `/landing` render the SAME marketing page
  (lib/stealth-routes.js), and index.html declares `/` as the canonical URL.
  Listing both would offer Google two URLs for one page and let it pick.

  NOT listed:
    /privacy, /terms — these pages DO NOT EXIST yet. The funnel's footer links
                       to them and they currently fall through to the sign-in
                       page. Add them here the day they are real; a sitemap URL
                       that resolves to a login form is worse than no entry.
    /landing/*       — the funnel steps behind the CTA. They need a lead in
                       storage and bounce to /landing/join without one, so they
                       are not entry points.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dancedojo.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
