<?xml version="1.0" encoding="UTF-8"?>
<!--
  Wandrian sitemap.

  One entry today, because there is one indexable page. That is not a mistake, and a sitemap of
  one URL is still worth having: it tells Google the canonical address and gives it a
  lastmod to notice.

  This file starts earning its keep once the server-rendered pages exist -- a public leaderboard,
  the graveyard, and a page per character. Those are real, unique, frequently-changing content,
  which is the kind of thing that ranks; add them here as they land.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wandrianrpg.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- v0.49: server-rendered and genuinely unique. These change on their own as people play,
       which is exactly the kind of page worth crawling often. -->
  <url>
    <loc>https://wandrianrpg.com/leaderboard</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://wandrianrpg.com/graveyard</loc>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
