<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://yourdomain.com/</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Rolling Half -->
  <url>
    <loc>https://yourdomain.com/rolling-half</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Results -->
  <url>
    <loc>https://yourdomain.com/results</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Store -->
  <url>
    <loc>https://yourdomain.com/store</loc>
    <lastmod>2025-01-27</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Note: Dynamic routes (race pages and product pages) should be added programmatically -->
  <!-- Race pages: /{slug} -->
  <!-- Product pages: /store/{handle} -->
</urlset>










