<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public routes that are pages rather than the application (UI-SPEC B12c).
  Static and hand-maintained: there are five of them, and a generator for five
  URLs is more to keep true than the list itself.

  Browse bundle pages (3,428 of them) are deliberately absent. They are real,
  canonical, indexable URLs, but this is a client-rendered SPA with no
  prerendering — listing thousands of URLs whose content only exists after the
  app runs invites crawl effort that mostly cannot read them. Revisit if
  prerendering ever exists.

  /build and /decks are absent because they are the application: they carry
  `noindex, follow` at runtime.

  No <lastmod>: an omitted date is honest, a stale one is not.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://spellpress.app/</loc><priority>1.0</priority></url>
  <url><loc>https://spellpress.app/browse</loc><priority>0.8</priority></url>
  <url><loc>https://spellpress.app/contact</loc><priority>0.3</priority></url>
  <url><loc>https://spellpress.app/privacy</loc><priority>0.1</priority></url>
  <url><loc>https://spellpress.app/terms</loc><priority>0.1</priority></url>
</urlset>
