<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static marketing routes only.

  CLUB PAGES (/clubs/{slug}) ARE DELIBERATELY NOT LISTED HERE.
  This file is baked into the SPA build, so it can only ever contain URLs known at
  build time. Club URLs fail that on three counts:
    1. clubs are created by users at runtime, so any list here is stale on arrival;
    2. a club's slug is renameable, so entries rot into 404s;
    3. — the disqualifying one — a build-time file cannot know a club's Visibility,
       and an Unlisted club must be reachable BY LINK ONLY. Enumerating clubs here
       would eventually publish a private club into Google, which is precisely the
       distinction ClubVisibility exists to draw (docs/features/CLUBS.md §5.3, §6.4).

  The public ones are served instead from /sitemap-clubs.xml, generated per request
  by the WebApi from GetDiscoverClubsQuery (Listed AND not disabled), and advertised
  to crawlers from robots.txt. Individual club pages also carry their own robots
  directive in the server-baked <head>: Listed => index, Unlisted => noindex.

  VENUE PAGES (/venues/{slug}) ARE NOT LISTED HERE EITHER, for reason 1 and a sharper
  form of reason 2: a venue's slug is DERIVED from its name rather than stored, so it
  moves the moment an admin fixes a typo. They come from /sitemap-venues.xml, also
  per request, also advertised from robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.paddlestack.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.paddlestack.com/pickleball-open-play</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.paddlestack.com/how-it-works</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.paddlestack.com/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.paddlestack.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://www.paddlestack.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
