<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for delusionalmachines.com.

  Three URLs, because the site is three documents: one page carrying the whole
  offer, plus the two legal pages. The .html forms are listed because those are
  the forms the <link rel="canonical"> tags on each page declare. nginx also
  resolves /privacy and /terms extensionless, but those are conveniences, not a
  second set of addresses, so they are deliberately absent here.

  404.html is absent by design (noindex, and served internally).

  Google ignores <changefreq> and <priority>; they are kept because other
  consumers (Bing, IndexNow tooling, some crawlers) still read them, and they
  cost nothing. <lastmod> is the one element Google does use, so it must be
  updated honestly whenever the page content actually changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- The English and Arabic homepages are one page in two languages, not two
       pages. Each entry therefore declares the full alternate set including
       itself, which is what tells Google to serve the Arabic version to a Saudi
       searcher instead of treating it as duplicate content. These annotations
       mirror the <link rel=alternate> tags in each page head; the two must stay
       consistent or Google ignores both. -->
  <url>
    <loc>https://delusionalmachines.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://delusionalmachines.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://delusionalmachines.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="ar-SA" href="https://delusionalmachines.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://delusionalmachines.com/"/>
    <lastmod>2026-08-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://delusionalmachines.com/ar/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://delusionalmachines.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://delusionalmachines.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="ar-SA" href="https://delusionalmachines.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://delusionalmachines.com/"/>
    <lastmod>2026-08-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://delusionalmachines.com/privacy.html</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://delusionalmachines.com/terms.html</loc>
    <lastmod>2026-08-18</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
