<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the routes a crawler can actually reach without a session.

  This is deliberately short and hand-maintained rather than generated from the
  route tree: almost every route in this app is behind auth, and a generated
  sitemap would list a hundred URLs that all answer with the login screen —
  which teaches a crawler that the site is a hundred copies of one page.

  Long-tail content (the per-game "how to play" pages) belongs on the marketing
  site, which owns public content and is the canonical origin for it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.game4pay.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.game4pay.com/auth/sign-up</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.game4pay.com/auth/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.game4pay.com/legal/official-rules</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
