<?xml version="1.0" encoding="UTF-8"?>
<!--
  M13 (SEO pass, 2026-09-09). Deliberately short: this app is mostly a
  private, per-session game tool (splash → play → results) and per-account
  views (history/profile/leaderboard) that aren't meaningful for a search
  engine to index. Only the pages worth ranking are listed — the home page
  and the three static content pages (workers/api/src/staticPages.ts is the
  server-side source of truth for those paths; keep this file in sync with
  it by hand, since it's static and this pass didn't wire up generation).
  Public /g/:id recap pages are excluded on purpose: they're created ad hoc
  per shared game, unbounded in number, and already discoverable via their
  own link + Open Graph tags rather than through search.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.initialsscoreboard.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.initialsscoreboard.com/how-to-play</loc>
    <changefreq>yearly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.initialsscoreboard.com/faq</loc>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.initialsscoreboard.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
