<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the indexable canonical URLs of this site, in their extensionless form.

  Extensionless, because Cloudflare Pages 308s `/privacy.html` -> `/privacy`,
  and a sitemap that ships a redirect asks the crawler to make two requests to
  learn what one would have told it.

  /download is NOT here on purpose: it carries
  `<meta name="robots" content="noindex, follow">` (see download.html and
  docs/WEB_SITE.md "Why the site sells a download instead of a store badge"), so
  submitting it would contradict the page.

  /dl/tasks and /dl/partner are not here either — they are 302s to a binary,
  and robots.txt disallows them.

  No <lastmod>: an invented date is worse than none, and the git dates for
  these files do not describe their current content (two pages are not yet
  committed at all). Add real ones only if they can be derived from something
  that actually tracks publication.

  <priority> and <changefreq> are omitted deliberately; Google ignores both.

  When a page is added or a canonical URL changes, change it here too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Marketing landings. The two are one hreflang set, mirrored from the
       <link rel="alternate"> tags in index.html and en/index.html. Both
       entries list the full set including x-default, and each references
       itself; a set that is not reciprocal is ignored. -->
  <url>
    <loc>https://ramoiq.com/</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://ramoiq.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://ramoiq.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ramoiq.com/"/>
  </url>
  <url>
    <loc>https://ramoiq.com/en</loc>
    <xhtml:link rel="alternate" hreflang="ar" href="https://ramoiq.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://ramoiq.com/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ramoiq.com/"/>
  </url>

  <!-- Legal pages. No alternates: each is a single bilingual document
       (Arabic then English, one file), not a per-language pair. -->
  <url>
    <loc>https://ramoiq.com/privacy</loc>
  </url>
  <url>
    <loc>https://ramoiq.com/terms</loc>
  </url>
  <url>
    <loc>https://ramoiq.com/account-deletion</loc>
  </url>

</urlset>
