sitemap.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  3. <!-- Accueil -->
  4. <url>
  5. <loc>https://angular-dev.foodgame.fr/</loc>
  6. <changefreq>daily</changefreq>
  7. <priority>1.0</priority>
  8. </url>
  9. <!-- Inscription (OK pour l’indexation) -->
  10. <url>
  11. <loc>https://angular-dev.foodgame.fr/register</loc>
  12. <changefreq>weekly</changefreq>
  13. <priority>0.8</priority>
  14. </url>
  15. <!-- Pages d'information légales (OK pour indexation) -->
  16. <url>
  17. <loc>https://angular-dev.foodgame.fr/cgu</loc>
  18. <changefreq>monthly</changefreq>
  19. <priority>0.6</priority>
  20. </url>
  21. <url>
  22. <loc>https://angular-dev.foodgame.fr/mention-legales</loc>
  23. <changefreq>monthly</changefreq>
  24. <priority>0.6</priority>
  25. </url>
  26. <url>
  27. <loc>https://angular-dev.foodgame.fr/politique-de-confidentialite</loc>
  28. <changefreq>monthly</changefreq>
  29. <priority>0.6</priority>
  30. </url>
  31. <!-- Contact (OK) -->
  32. <url>
  33. <loc>https://angular-dev.foodgame.fr/contact</loc>
  34. <changefreq>monthly</changefreq>
  35. <priority>0.6</priority>
  36. </url>
  37. <!-- Tirage (visible publiquement ?) -->
  38. <url>
  39. <loc>https://angular-dev.foodgame.fr/tirage</loc>
  40. <changefreq>weekly</changefreq>
  41. <priority>0.6</priority>
  42. </url>
  43. <!-- Auth (si accessible publiquement) -->
  44. <url>
  45. <loc>https://angular-dev.foodgame.fr/auth</loc>
  46. <changefreq>weekly</changefreq>
  47. <priority>0.7</priority>
  48. </url>
  49. </urlset>