<?xml version="1.0" encoding="UTF-8"?>
<!--
  Shift Game Jam - sitemap.

  Four pages, two languages, one entry each, and every entry names the same
  absolute origin as the canonical and og:url tags in the pages themselves.
  Review 2026-09-12 section 7: "Verify at deployment: Production indexing is
  permitted, and the final URLs are included in the relevant sitemap."

  THE xhtml:link ALTERNATES MIRROR THE hreflang BLOCK IN EACH <head>, including
  the self-reference, because a sitemap that disagrees with the pages is worse
  than no sitemap: Google takes the union and then distrusts both. If you
  change one, change the other.

  There is no build step. `npm run domain` rewrites this file along with the
  four pages and robots.txt - every file that names the origin moves in one
  command. It asserts the count of URLs it expects to find here (16: four
  loc entries and twelve alternates), so ADDING A PAGE MEANS UPDATING IT in
  tools/set-domain.js in the same commit, or the next domain move aborts.

  No <lastmod>: it would be wrong within a day of any edit and a stale one is
  a signal actively worth not sending.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://www.shiftgamejam.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.shiftgamejam.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.shiftgamejam.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.shiftgamejam.com/"/>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.shiftgamejam.com/ar/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.shiftgamejam.com/"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.shiftgamejam.com/ar/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.shiftgamejam.com/"/>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.shiftgamejam.com/faq.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.shiftgamejam.com/faq.html"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.shiftgamejam.com/ar/faq.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.shiftgamejam.com/faq.html"/>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.shiftgamejam.com/ar/faq.html</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.shiftgamejam.com/faq.html"/>
    <xhtml:link rel="alternate" hreflang="ar" href="https://www.shiftgamejam.com/ar/faq.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.shiftgamejam.com/faq.html"/>
    <priority>0.8</priority>
  </url>

</urlset>
