| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- <!-- Accueil -->
- <url>
- <loc>https://angular-dev.foodgame.fr/</loc>
- <changefreq>daily</changefreq>
- <priority>1.0</priority>
- </url>
- <!-- Inscription (OK pour l’indexation) -->
- <url>
- <loc>https://angular-dev.foodgame.fr/register</loc>
- <changefreq>weekly</changefreq>
- <priority>0.8</priority>
- </url>
- <!-- Pages d'information légales (OK pour indexation) -->
- <url>
- <loc>https://angular-dev.foodgame.fr/cgu</loc>
- <changefreq>monthly</changefreq>
- <priority>0.6</priority>
- </url>
- <url>
- <loc>https://angular-dev.foodgame.fr/mention-legales</loc>
- <changefreq>monthly</changefreq>
- <priority>0.6</priority>
- </url>
- <url>
- <loc>https://angular-dev.foodgame.fr/politique-de-confidentialite</loc>
- <changefreq>monthly</changefreq>
- <priority>0.6</priority>
- </url>
- <!-- Contact (OK) -->
- <url>
- <loc>https://angular-dev.foodgame.fr/contact</loc>
- <changefreq>monthly</changefreq>
- <priority>0.6</priority>
- </url>
- <!-- Tirage (visible publiquement ?) -->
- <url>
- <loc>https://angular-dev.foodgame.fr/tirage</loc>
- <changefreq>weekly</changefreq>
- <priority>0.6</priority>
- </url>
- <!-- Auth (si accessible publiquement) -->
- <url>
- <loc>https://angular-dev.foodgame.fr/auth</loc>
- <changefreq>weekly</changefreq>
- <priority>0.7</priority>
- </url>
- </urlset>
|