<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal static sitemap covering the two crawlable surfaces.
  Individual /explore/{id} pages are deliberately omitted: they are client-rendered and
  change constantly, so listing them here would go stale immediately. Share links (/r/{id})
  must never appear here — the id is a bearer token.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cookpilot.uk/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cookpilot.uk/explore</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
