<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of HopSquad's publicly-valuable, canonical entry points.

  Listed here only if the URL resolves to a distinct, indexable page for a
  logged-out crawler. That means:
    - the apex homepage / login page,
    - the Creator Program page (/creator-program), a server-served static
      marketing page with its own canonical + OG/Twitter tags
      (static/creator-program/index.html), and
    - the curated public game pages (/game/:slug), which the server renders
      with per-game canonical + OG/Twitter tags (server/helpers/gameMeta.ts)
      and real public content (App.tsx renders PublicGameDetail before auth).

  Intentionally NOT listed: /how-it-works, /pro, /games, /events — these are
  in-app views that aren't parsed by the cold-load deep-link router, so a
  logged-out hit falls through to the login shell whose canonical points back
  to "/". Sitemapping them would contradict that canonical. Add them here only
  once they resolve to their own canonical page server-side.

  Keep the /game/:slug list in sync with GAMES_ROW in
  components/Login/loginGames.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://hopsquad.gg/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/creator-program</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/dota-2</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/rogue-core</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/path-of-exile</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/elden-ring</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/dont-starve-together</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/baldurs-gate-3</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://hopsquad.gg/game/romestead</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
