<?xml version="1.0" encoding="UTF-8"?>
<!--
  Added 2026-08-11, the day the articles lost their noindex.

  It exists because nothing on the site links to them. The game deliberately
  does not (see the DO NOT LINK header in both article files), so a crawler
  following links from grimoku.com would never reach either one. Indexable and
  unreachable is not the same as published, and this file is what closes that
  gap without putting a link inside the game.

  Clean URLs only. The .html forms 307 to these, so listing both would offer a
  crawler two addresses for one page.

  No <lastmod>. A date maintained by hand goes stale on the first edit that
  forgets it, and a wrong lastmod is worth less than none.

  The two articles are the same piece in two languages, so each one declares
  the other with hreflang and names itself as well, which is what the spec
  asks for. The game itself picks its language from the browser at runtime and
  serves one URL, so it takes no alternates.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://grimoku.com/</loc>
    <priority>1.0</priority>
    <changefreq>daily</changefreq>
  </url>

  <url>
    <loc>https://grimoku.com/how-it-works</loc>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://grimoku.com/how-it-works" />
    <xhtml:link rel="alternate" hreflang="es" href="https://grimoku.com/como-funciona" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://grimoku.com/how-it-works" />
  </url>

  <url>
    <loc>https://grimoku.com/como-funciona</loc>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://grimoku.com/how-it-works" />
    <xhtml:link rel="alternate" hreflang="es" href="https://grimoku.com/como-funciona" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://grimoku.com/how-it-works" />
  </url>

  <url>
    <loc>https://grimoku.com/privacy</loc>
    <priority>0.1</priority>
  </url>

</urlset>
