<?xml version="1.0" encoding="UTF-8"?>
<!--
    Sitemap for www.grigoriangames.com — served at /sitemap.xml and referenced
    from robots.txt.

    RULES
    * Only list canonical, indexable URLs on THIS host. A sitemap cannot list
      URLs on another domain, which is why hresh.com has its own file
      (sitemap_hresh_com.xml) and hresh.io has none at all — every page there
      is noindex.
    * Every URL here must match its page's <link rel="canonical"> exactly,
      including the www host. Listing a URL that canonicalises elsewhere is a
      contradictory signal.
    * Never list a noindex page (404, maintenance, or anything using
      AuthHeaderDefaults). Telling a crawler "index this" and "do not index
      this" at once just wastes crawl budget.

    NO <lastmod>: a hand-maintained date rots the moment a page changes, and
    Google discounts sitemaps whose lastmod it learns not to trust. Omitting it
    is better than publishing a stale one. If accurate dates are wanted later,
    serve this file from the Go app and read the haiku date from the
    HaikuLatestDateISO define rather than hardcoding it here.

    <changefreq> and <priority> are deliberately absent too — Google ignores
    both.

    WHEN TO EDIT: only when a public page is added or removed. Publishing a
    haiku does not change this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url><loc>https://www.grigoriangames.com/</loc></url>
    <url><loc>https://www.grigoriangames.com/about</loc></url>
    <url><loc>https://www.grigoriangames.com/download</loc></url>
    <url><loc>https://www.grigoriangames.com/haiku</loc></url>
    <url><loc>https://www.grigoriangames.com/contact</loc></url>
    <url><loc>https://www.grigoriangames.com/privacy</loc></url>
    <url><loc>https://www.grigoriangames.com/terms</loc></url>
</urlset>
