<?xml version="1.0" encoding="UTF-8"?>
<!--
  The app routes (/planner, /recipes, ...) are served by nginx's SPA fallback and
  carry the landing page's canonical URL, so they collapse onto that entry rather
  than competing with it. /privacy is prerendered to its own static HTML the same
  way / is (see web/scripts/prerender.mjs), so it gets a real entry here too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://simplemenuplanner.app/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://simplemenuplanner.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
