<?xml version="1.0" encoding="UTF-8"?>

<!--
  Two pages, four addresses.

  index.html and docs.html are the only documents that are worth indexing.
  The waitlist is not listed and cannot be: it is a view at #waitlist, and a
  fragment is not a URL a search engine will index separately. waitlist.html
  is not listed either — it is a forwarder, and a sitemap that lists a
  redirect is a sitemap reporting an error.

  Each page is declared twice over, once per language, with xhtml:link
  alternates in both directions. That reciprocity is the part that matters:
  a page claiming an alternate that does not claim it back is ignored.
-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://zerofyai.app/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://zerofyai.app/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://zerofyai.app/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zerofyai.app/"/>
    <lastmod>2026-08-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://zerofyai.app/?lang=ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://zerofyai.app/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://zerofyai.app/?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zerofyai.app/"/>
    <lastmod>2026-08-31</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://zerofyai.app/docs.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://zerofyai.app/docs.html"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://zerofyai.app/docs.html?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zerofyai.app/docs.html"/>
    <lastmod>2026-08-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://zerofyai.app/docs.html?lang=ar</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://zerofyai.app/docs.html"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://zerofyai.app/docs.html?lang=ar"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zerofyai.app/docs.html"/>
    <lastmod>2026-08-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
