<?xml version="1.0" encoding="UTF-8"?>
<!--
  The static sitemap: the pages that exist whether or not a catalog read
  succeeds. It lists the site root, each game's sets-and-series hub and the
  Pokedex index, and nothing else.

  The list and search views (/mtg/cards, /pokemon/search, /pokemon/decks, ...)
  used to be advertised here and are not any more: they are noindex by decision
  (2026-09-26), and the endpoint now answers each a held document of its own, so
  a crawler that arrives is told not to index rather than meeting the app's
  generic index,follow head — the "Discovered — currently not indexed" bucket
  rather than a crawler's next visit. The entity
  pages they list are published by the service's own sitemap index at
  https://forge-sync.com/api/catalog/seo/sitemap.xml.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://forge-sync.com/</loc>
  </url>
  <url>
    <loc>https://forge-sync.com/pokemon/sets</loc>
  </url>
  <url>
    <loc>https://forge-sync.com/pokemon/pokedex</loc>
  </url>
  <url>
    <loc>https://forge-sync.com/mtg/sets</loc>
  </url>
  <url>
    <loc>https://forge-sync.com/union-arena/sets</loc>
  </url>
</urlset>
