<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — grego.hu
  All Rights Reserved (c) 2026 Grego
  Created Tue 11 Aug 2026.

  Five URLs, all www — the site 301-redirects grego.hu to www.grego.hu, and a
  sitemap listing the redirecting form wastes a hop on every entry.

  Grego chose "several doors" (10 Aug 2026): LITE, PRO and KIDS each get their
  own listing rather than funnelling every search to /limbo, because the three
  tiers are searched for in different words — a parent looking for a kids memory
  game should land on KIDS, not on the LITE landing page.

  THIS FILE AND THE CANONICALS MUST AGREE. A page listed here whose canonical
  points at a DIFFERENT page is simply dropped by Google — the canonical always
  wins. limbomatch.html and limbokids.html both used to canonical to /limbo,
  which would have made their entries here useless; both were given their own
  canonical in the same ship. Before adding any URL here, check its canonical
  points at itself.

  NOT LISTED, on purpose:
    /gc/ /kc/       password-protected (401). A crawler could not read them and
                    listing them would re-advertise what the gate now hides.
    limbotour.html  tournament client, reached by tour link, not by search.
    glnx/gltx/glsx  service pages for people already inside the game. They earn
                    their traffic from in-game links, and listing them would put
                    thin commercial pages in front of the game itself.
    limboWRlog.html the raw record store (a JS data file, not a page).

  lastmod is honest or absent. A sitemap that claims every page changed today
  gets its lastmod ignored across the whole file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- LITE — the advertised landing page and the front door for the game. -->
  <url>
    <loc>https://www.grego.hu/limbo</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- PRO — the full game. -->
  <url>
    <loc>https://www.grego.hu/limbomatch.html</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- KIDS — its own audience, searched for in its own words. -->
  <url>
    <loc>https://www.grego.hu/limbokids.html</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- CHAMPS — the record board as readable text. The one page whose content
       genuinely changes whenever a record falls, hence the higher changefreq. -->
  <url>
    <loc>https://www.grego.hu/limbochamps.php</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- STAR — trailing slash is REQUIRED: /star 301-redirects to /star/, and a
       sitemap should always name the final address, never a signpost to it.
       It must also match the page's own canonical exactly (og.url in
       /star/config.json, set via the Share card tab of the star admin). -->
  <url>
    <loc>https://www.grego.hu/star/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
