<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, each declaring the other as its language alternate.

  The `xhtml:link` rows are the part that matters and the part usually left out:
  the pages already carry `rel=alternate` in their heads, and a sitemap that
  lists them without repeating the relationship invites a crawler to treat the
  two as competing pages rather than one document in two languages. Each entry
  names both alternates and itself, which is what the specification asks for.

  `lastmod` is the date the copy last changed, not the date of the last deploy.
  Google reads it and ignores `priority`, so the priority is gone. Update the
  date when `content/story` changes; a stale one is worse than none.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://altaheri.me/</loc>
    <lastmod>2026-09-02</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://altaheri.me/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://altaheri.me/ar" />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://altaheri.me/"
    />
  </url>
  <url>
    <loc>https://altaheri.me/ar</loc>
    <lastmod>2026-09-02</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://altaheri.me/" />
    <xhtml:link rel="alternate" hreflang="ar" href="https://altaheri.me/ar" />
    <xhtml:link
      rel="alternate"
      hreflang="x-default"
      href="https://altaheri.me/"
    />
  </url>
</urlset>
