<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!--
    This is a basic static sitemap for Club Rider.
    For production, consider generating this dynamically to include:
    - Individual club pages
    - Public event listings
    - Public news articles
  -->

  <!-- Homepage -->
  <url>
    <loc>https://club-rider.com/</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Home page (alternate) -->
  <url>
    <loc>https://club-rider.com/home</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Terms & Conditions -->
  <url>
    <loc>https://club-rider.com/terms</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Privacy Policy -->
  <url>
    <loc>https://club-rider.com/privacy</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://club-rider.com/contact</loc>
    <lastmod>2025-11-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    TODO: Add dynamic URLs for:
    - Club-specific pages (e.g., /club-name/events)
    - Public event listings
    - Public news articles

    You can generate these dynamically using a backend script or build-time generation.
  -->
</urlset>
