<?xml version="1.0" encoding="UTF-8"?>
<!--
  EN: Sitemap for RetroGameUp — version 1.0.0
      Lists every URL that visitors and search engines can access.
      Update <lastmod> and add new <url> entries whenever a new static route
      is added to App.jsx.

      NOTE: Video pages (/video/:videoSlug) are generated dynamically from
      the YouTube API and cannot be listed here. Google will discover them
      by following the links on the home page.

  FR: Plan du site pour RetroGameUp — version 1.0.0
      Liste toutes les URL accessibles aux visiteurs et aux moteurs de recherche.
      Mettez à jour <lastmod> et ajoutez de nouvelles entrées <url> à chaque
      fois qu'une nouvelle route statique est ajoutée dans App.jsx.

      NOTE : Les pages vidéo (/video/:videoSlug) sont générées dynamiquement
      depuis l'API YouTube et ne peuvent pas être listées ici. Google les
      découvrira en suivant les liens de la page d'accueil.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- EN: Home page — highest priority, updated weekly as new videos are published.
       FR: Page d'accueil — priorité maximale, mise à jour hebdomadaire. -->
  <url>
    <loc>https://retrogameup.com/</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- EN: Cookie Policy — rarely changes, low priority.
       FR: Politique de cookies — change rarement, faible priorité. -->
  <url>
    <loc>https://retrogameup.com/cookie-policy</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- EN: Privacy Policy — rarely changes, low priority.
       FR: Politique de confidentialité — change rarement, faible priorité. -->
  <url>
    <loc>https://retrogameup.com/privacy-policy</loc>
    <lastmod>2026-04-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
