<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of SMUHG's no-login surfaces.

  Deliberately hand-maintained and short. Only routes that (a) render real
  content without a session and (b) exist as concrete URLs belong here.
  Parameterised public routes (/daily/:slug, /champs/:slug, /s/:id) are
  omitted rather than guessed — a sitemap listing URLs that 404-in-spirit
  costs more crawl trust than it earns. If those become worth indexing,
  generate this file at build time from the same source the routes use,
  rather than adding entries by hand here.

  Note the caveat that makes this less useful than it looks: every one of
  these URLs currently serves the same ~3 kB client-rendered shell, so a
  crawler that does not execute JavaScript sees an empty page whichever
  entry it follows. Prerendering is the fix; this file only makes the
  routes discoverable.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.smuhg.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.smuhg.com/landing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.smuhg.com/explore</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.smuhg.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.smuhg.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
