<?xml version="1.0" encoding="UTF-8"?>
<!--
  Pages publiques indexables de la landing eatch.app.
  Les flux prives (/billing, /account, /auth) sont exclus (cf. robots.txt)
  et /signup est en noindex (funnel) : un sitemap ne liste QUE des pages
  indexables, sinon signaux contradictoires pour les moteurs.
  Les storefronts tenant ({slug}.eatch.app) ont leur propre robots.txt et
  sitemap.xml servis par l'API via rewrite Caddy (cf infra/Caddyfile,
  snippet tenant-seo).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://eatch.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://eatch.app/confidentialite</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://eatch.app/suppression-compte</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
