<?xml version="1.0" encoding="UTF-8"?>
<!--
  habibis.kitchen sitemap. Only the real landing pages live here.

  /how-to-play is listed WITHOUT the .html extension: Cloudflare Pages serves how-to-play.html at
  that path and 301s the .html form to it, so the extensionless URL is the one that answers 200 and
  the one the page's own canonical points at. (roadmap.html predates that convention and is left as
  it is - changing a URL that is already indexed costs more than the tidiness is worth.)

  play.habibis.kitchen is a DIFFERENT host and carries its own sitemap (game/sitemap.xml): a
  sitemap may only list URLs on its own origin unless the other host is verified as a cross-submit,
  so listing the game here would be ignored (or flagged) rather than helpful. The landing links to
  the game with a normal <a href>, which is what actually passes discovery along.

  lastmod is the date the pages were last edited. Keep it honest — a lastmod that never changes is
  noise, and one that always changes on deploy trains crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- / still belongs here even though its canonical now points at https://play.habibis.kitchen/
       (see the long note above that tag in index.html). A canonical consolidates ranking onto one
       URL; it does not un-publish the page, and a sitemap lists the URLs that exist and answer 200,
       which this one does. Dropping it would only make the page harder to discover without moving
       a single signal to the game. -->
  <url>
    <loc>https://habibis.kitchen/</loc>
    <lastmod>2026-09-04</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://habibis.kitchen/how-to-play</loc>
    <lastmod>2026-09-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://habibis.kitchen/roadmap.html</loc>
    <lastmod>2026-07-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- The legal pages follow the /how-to-play convention (extensionless, matching their own
       canonicals). Low priority and rarely changed, but they must stay listed and indexable:
       Google Play stores the privacy URL and re-fetches it on later reviews, and a URL that
       404s or redirects there is a policy flag rather than a broken link. -->
  <url>
    <loc>https://habibis.kitchen/privacy</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://habibis.kitchen/terms</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://habibis.kitchen/delete-account</loc>
    <lastmod>2026-08-11</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
