<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only canonical, content-bearing URLs belong here. The in-app tabs (/list,
  /cook, /cookbook, /plan, /pantry, /settings) are personalized SPA shells, not
  distinct indexable pages, and the real SEO surface — recipe /share/<id> pages —
  is generated dynamically with its own OG cards. Do NOT list routes that don't
  resolve to real content: a prior version advertised /shop (no such route) as a
  soft-404. /privacy and /terms are real static pages (public/privacy/index.html,
  public/terms/index.html — issue #384), served by Hosting ahead of the SPA
  rewrite; tests/unit/policyPages.test.ts keeps this file and the pages in sync.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://tryalchemy.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tryalchemy.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://tryalchemy.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
