<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only genuinely indexable routes belong here. Everything behind auth carries a
  noindex meta tag (lib/head.ts) and is disallowed in robots.txt, so listing it
  would point crawlers at pages that refuse them.

  Every page appears TWICE — once per locale — and each entry declares both
  variants via xhtml:link. Arabic previously had no URL at all (the locale lived
  in localStorage), so the whole Arabic site was invisible to search. The
  alternates must be reciprocal and must appear on both entries; a
  one-directional hreflang is ignored.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://menucast.io/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://menucast.io/ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://menucast.io/register</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/register" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/register" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/register" />
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://menucast.io/ar/register</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/register" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/register" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/register" />
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://menucast.io/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/terms" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/terms" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://menucast.io/ar/terms</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/terms" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/terms" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/terms" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://menucast.io/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/privacy" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/privacy" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://menucast.io/ar/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/privacy" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/privacy" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://menucast.io/refund</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/refund" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/refund" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/refund" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://menucast.io/ar/refund</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://menucast.io/refund" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://menucast.io/ar/refund" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://menucast.io/refund" />
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
