<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Page d'accueil -->
  <url>
    <loc>https://app.vivop.net/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Page des actualités/news -->
  <url>
    <loc>https://app.vivop.net/news</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Page de bienvenue -->
  <url>
    <loc>https://app.vivop.net/welcome</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Page de connexion -->
  <url>
    <loc>https://app.vivop.net/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page d'inscription -->
  <url>
    <loc>https://app.vivop.net/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page compte utilisateur -->
  <url>
    <loc>https://app.vivop.net/account</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Page d'ajout de ville -->
  <url>
    <loc>https://app.vivop.net/add-city</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Routes dynamiques (non incluses dans le sitemap statique):
    - /post/:postId/city/:cityId - Détail d'un post spécifique
    - /post/:postId/city/:cityId/ref/:ref - Post avec affiliation
    - /city/:cityId - Page d'une ville spécifique
    - /city/:cityId/ref/:ref - Ville avec affiliation
    - /city/:cityId/cf/:cf/vd/:vd/tf/:tf/ref/:ref - Ville avec filtres
    - /posts-your-cities - Posts de vos villes (nécessite connexion)
    - /posts-palmares/:cityId - Palmarès d'une ville
    - /user/:userId - Profil utilisateur public
    - /user/:userId/ref/:ref - Profil avec affiliation
    - /news-screen - Écran actualités (nécessite connexion)
    - /user-info - Informations utilisateur (nécessite connexion)

    Pour inclure les villes et posts dynamiques, un sitemap dynamique
    généré côté serveur serait nécessaire.
  -->
</urlset>
