<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only public, indexable pages belong here. Everything else in the app is
  behind auth, so listing it would just point crawlers at a sign-in redirect.
  Recipe detail pages open in a dialog over the home route rather than having
  their own URLs, so there is nothing per-recipe to list yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://what2cook.today/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
