<?xml version="1.0" encoding="UTF-8"?>
<!--
  Shaari public sitemap.

  Hand-maintained: the public surface is small and changes rarely, so a
  generator would be more machinery than the problem needs. Add a <url> here
  whenever a public route is added to src/router/routes.ts.

  Both languages live at the same address (the switch is client-side), so each
  entry carries en/ar alternates pointing back at itself rather than separate
  /en and /ar paths.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://shaari.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://shaari.app/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://shaari.app/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shaari.app/"/>
  </url>

  <url>
    <loc>https://shaari.app/zatca</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://shaari.app/zatca"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://shaari.app/zatca"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shaari.app/zatca"/>
  </url>

  <url>
    <loc>https://shaari.app/zatca-qr-scanner</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://shaari.app/zatca-qr-scanner"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://shaari.app/zatca-qr-scanner"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shaari.app/zatca-qr-scanner"/>
  </url>

  <url>
    <loc>https://shaari.app/accountants</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://shaari.app/accountants"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://shaari.app/accountants"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shaari.app/accountants"/>
  </url>

  <url>
    <loc>https://shaari.app/trust</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://shaari.app/trust"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://shaari.app/trust"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://shaari.app/trust"/>
  </url>

  <url>
    <loc>https://shaari.app/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://shaari.app/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- CMS-managed pages, served at /page/<slug>. -->
  <url>
    <loc>https://shaari.app/page/about-us</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://shaari.app/page/support</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://shaari.app/page/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://shaari.app/page/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
