<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap for recipies.mahallem.ist (Otus Food).

  This sitemap is intentionally MINIMAL: the Flutter SPA renders
  per-recipe pages client-side, so individual /recipes/details/:id
  URLs are not crawlable today (no SSR). Listing them here would
  yield soft-404s in Search Console.

  When SSR / pre-rendering is added (see docs/seo.md → "Future
  work"), regenerate this file from the recipe DB at deploy time.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://recipies.mahallem.ist/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://recipies.mahallem.ist/recipes</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

</urlset>
