<?xml version="1.0" encoding="UTF-8"?>
<!-- The public pages, and only those. `/admin` is a control room behind a
     secret and `robots.txt` disallows it; `/tech` is a redirect stub that
     carries `noindex, follow` and a canonical at the post it redirects to, so
     listing either here would be the sitemap disagreeing with the page.

     Hand-written on purpose: a site of seven documents is a list a person can
     read, and every one of them is already spelt out in `vite.config.ts`.
     `apps/client/test/analytics.ts` holds the two lists together, so a page
     that is built and not listed goes red. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://railmid.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://railmid.com/play</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://railmid.com/ladder</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://railmid.com/blog</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://railmid.com/blog/how-it-works</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://railmid.com/sponsor</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://railmid.com/privacy</loc>
    <priority>0.3</priority>
  </url>
</urlset>
