<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only, and it must agree with robots.txt — listing a
  path here that robots.txt disallows is asking a crawler to fetch something we
  have just told it not to.

  /history is deliberately absent. It names eighteen real people beside prize
  pools, and being named in a league email is not the same as being the top
  result for your own name. See robots.txt for the full reasoning.

  /prizes is here: it is a genuine recruitment page with no personal data on it,
  and the figures are withheld server-side from anyone who has not registered.

  The gated surfaces (/welcome/{slug}, /league, /admin) are absent as always.

  URLs use refsabanker.com, the canonical domain. Until the DNS cutover this
  site is served from refs-a-banker.web.app, which is not meant to be indexed —
  see docs/DNS-CUTOVER.md.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://refsabanker.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://refsabanker.com/join</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://refsabanker.com/prizes</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
