<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because there are two: the landing page and the app. The brand page
  is deliberately absent, matching robots.txt.

  No <xhtml:link rel="alternate" hreflang="..."> entries. Both pages serve
  Arabic and English from a single URL with a JavaScript toggle, and hreflang
  requires one URL per language. Declaring it would be a claim search engines
  act on and we cannot honour.

  These absolute URLs change with the domain.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://alwodouh.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://alwodouh.com/app/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
