<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs, not three: the Arabic routes were missing entirely, so half the
  site was invisible to a crawler that only reads this file.

  Every entry carries the full set of xhtml:link alternates, including one
  pointing at itself. Google requires the annotations to be reciprocal and
  self-referencing; a set where a page does not list itself is discarded
  wholesale, which would have wasted the hreflang work rather than half-working.

  The host here is the apex, matching the canonical in index.html and the SITE
  constant in src/app/seo.ts. NOTE: the apex currently 301s to www, so these
  three places and the redirect need to agree on one host. Whichever is chosen,
  all of them move together.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://www.tharwa.app/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.tharwa.app/ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.tharwa.app/guides</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/guides" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar/guides" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/guides" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.tharwa.app/ar/guides</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/guides" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar/guides" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/guides" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://www.tharwa.app/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/privacy" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/privacy" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://www.tharwa.app/ar/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.tharwa.app/privacy" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.tharwa.app/ar/privacy" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.tharwa.app/privacy" />
    <lastmod>2026-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
