<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the URLs that are real, public pages. Every other route is a private
  session URL and is disallowed in robots.txt.

  Extensionless (/privacy, not /privacy.html): Cloudflare Pages strips the
  extension and 308s the .html form to it, and a sitemap should list the
  destination, never a URL that redirects.

  NOTE: this file is the source of truth. web/public/ is copied into
  link-site/deploy/ by a build, so editing only the deploy copy gets silently
  overwritten on the next one. Keep the two in sync.

  (No double hyphens in this comment: XML forbids them inside comments, and an
  invalid sitemap is rejected wholesale by Search Console rather than partially.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://mealduel.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://mealduel.app/how-to-decide-where-to-eat</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://mealduel.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
