<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only pages that are actually indexable belong here.

  /map was listed and has been removed: it is a PixiJS canvas, so there is no
  text, no headings and no links for a crawler to read, and nothing an
  indexed result could usefully show.

  /leaderboards was listed and has been removed too, for a different reason.
  It is a real HTML page, but its content is entirely fetched from the API
  after load, and because it is served by the SPA fallback it inherits
  index.html's canonical, which points at https://nandonia.com/. Listing a URL
  that tells Google "index the homepage instead" puts the sitemap and the page
  in direct contradiction, and Google resolves that by dropping the URL. Give
  it its own prerendered document with its own canonical before listing it
  again.

  /changelog and /changelog/<slug> are genuinely prerendered by
  scripts/prerender-changelog.mjs, but they are patch notes with a short
  shelf life and are linked from the footer, so they are left to be
  discovered rather than advertised here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nandonia.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
