<?xml version="1.0" encoding="UTF-8"?>
<!--
  Evergreen static pages only. /models/:id, /bundles/:id and /artists/:id are
  database-driven and can't be listed from a static file — once there's real
  catalogue content, generate those from the backend (a small
  GET /sitemap-models.xml alongside the API, referenced as an additional
  <sitemap> entry here or via a sitemap index) rather than hand-maintaining
  this file. See TODO in robots.txt re: swapping the pages.dev host for the
  custom domain once that's live.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/browse</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/bundles</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/artists</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/tables</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/planner</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/about</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/creator-protection</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://artifactarmoury-planner.pages.dev/contact</loc>
    <priority>0.4</priority>
  </url>
</urlset>
