<?xml version="1.0" encoding="UTF-8"?>
<!--
  AFK Heroes sitemap.

  Deliberately short. The game is a single-page app whose internal navigation is hash-based (#home, #game,
  #s2, #guide …), and a fragment is not a separate URL to a crawler — listing them would be padding, not
  coverage. Only genuinely distinct documents belong here.

  The /r/CODE referral links are also absent on purpose: they serve byte-identical HTML to the root and the
  canonical tag in index.html already consolidates them onto https://afkheroes.xyz/.

  <lastmod> is the ONE hint Google still acts on (changefreq and priority are documented as ignored, and are
  kept here only because they cost nothing). It must therefore be TRUE: these are the dates the documents
  themselves last changed, not the date of the most recent deploy. A lastmod that moves on every deploy while
  the page reads the same teaches Google to distrust the field, which is worse than omitting it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://afkheroes.xyz/</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://afkheroes.xyz/deck.html</loc>
    <lastmod>2026-07-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
