<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public routes of fallenmarches.com, hand-maintained.

  Every entry here must be a route in client/src/App.tsx that a signed-out
  visitor can actually reach, on the APEX host (see the canonical tag in
  index.html). Add a public page there and add it here; there is no generator,
  so nothing catches the drift for you.

  Deliberately absent: /login, /register, /forgot-password, /reset-password,
  /verify-email, /dashboard and /admin — forms and private pages, matching the
  Disallow list in robots.txt. Also /map, which is only a client-side redirect
  to the map document below and so is invisible to a crawler.

  No <lastmod>: a date that is not maintained is worse than none, because a
  stale one tells a crawler the page has stopped changing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://fallenmarches.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://fallenmarches.com/news</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/leaderboard</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/game/map.html</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/rules</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/terms</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/privacy</loc>
  </url>
  <url>
    <loc>https://fallenmarches.com/cookies</loc>
  </url>
</urlset>
