<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the four genuinely public, indexable URLs. Everything else
  on racquetpassport.app is a client-side route behind sign-in and
  has nothing for a crawler to index.

  /start is the marketing landing page and carries both audiences
  (player and business) behind an in-page switch, so there's one
  URL, not two.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://racquetpassport.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://racquetpassport.app/start</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://racquetpassport.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://racquetpassport.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
