<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Page d'accueil - priorité maximale -->
  <url>
    <loc>https://riderspots.com/</loc>
    <lastmod>2025-01-28</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Pages statiques importantes pour le SEO -->
  <url>
    <loc>https://riderspots.com/community-rules</loc>
    <lastmod>2025-01-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://riderspots.com/privacy</loc>
    <lastmod>2025-01-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://riderspots.com/legal</loc>
    <lastmod>2025-01-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://riderspots.com/terms</loc>
    <lastmod>2025-01-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 
    Note: Les URLs des spots individuels (/spot/[id]) seront générées automatiquement
    via un script ou une fonction serverless pour rester à jour avec la base de données.
    
    Chaque spot aura une priorité de 0.9 et une fréquence de mise à jour "weekly"
    car ce sont les pages les plus importantes pour le SEO local.
    
    Exemple d'URL de spot :
    <url>
      <loc>https://riderspots.com/spot/123e4567-e89b-12d3-a456-426614174000</loc>
      <lastmod>2025-01-28</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.9</priority>
    </url>
  -->

</urlset>