<?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"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Page d'accueil -->
  <url>
    <loc>https://vendho.com/</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Page de recherche -->
  <url>
    <loc>https://vendho.com/search</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Categories principales -->
  <url>
    <loc>https://vendho.com/categories</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Page Vendre -->
  <url>
    <loc>https://vendho.com/sell</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Page À propos -->
  <url>
    <loc>https://vendho.com/about</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Page Contact -->
  <url>
    <loc>https://vendho.com/contact</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Conditions d'utilisation -->
  <url>
    <loc>https://vendho.com/terms</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Politique de confidentialité -->
  <url>
    <loc>https://vendho.com/privacy</loc>
    <lastmod>2026-01-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
    NOTE: Ce sitemap est un template de base.
    Pour un sitemap dynamique avec tous les produits et catégories,
    il faudra générer ce fichier automatiquement côté serveur
    ou utiliser un script de build qui récupère les données de l'API.

    Exemple de structure pour les produits dynamiques:
    <url>
      <loc>https://vendho.com/product/[id]</loc>
      <lastmod>2026-01-05</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
  -->

</urlset>
