<?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 / Redirection vers auth -->
  <url>
    <loc>https://app.optimaview.fr/</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Page d'authentification (redirection intelligente) -->
  <url>
    <loc>https://app.optimaview.fr/auth</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Page de connexion -->
  <url>
    <loc>https://app.optimaview.fr/auth/login</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Page d'inscription -->
  <url>
    <loc>https://app.optimaview.fr/auth/signup</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Page mot de passe oublié -->
  <url>
    <loc>https://app.optimaview.fr/auth/forgot-password</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Page réinitialisation mot de passe -->
  <url>
    <loc>https://app.optimaview.fr/auth/reset-password</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Dashboard (page principale de l'application) -->
  <url>
    <loc>https://app.optimaview.fr/dashboard</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Historique des images traitées -->
  <url>
    <loc>https://app.optimaview.fr/history</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Profil utilisateur -->
  <url>
    <loc>https://app.optimaview.fr/profile</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Collaboration -->
  <url>
    <loc>https://app.optimaview.fr/collaboration</loc>
    <lastmod>2024-12-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
</urlset>

