<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  The board is a single screen, and a shared play lives entirely inside its
  own query string (`?s=<token>`), so those links are unbounded near-duplicates
  of this page rather than pages of their own — src/pages/Index.tsx canonicalises
  every one of them back here. The eleven languages have no separate URLs
  either: the board picks a language from the handoff chain (see
  src/lib/languageHandoff.ts), while the *indexable* per-language pages about
  the board live on squadx.app (/handball-tactical-board, /de/…, /lt/… and so
  on) and carry the hreflang set between them. Adding thin per-language copies
  here would only compete with those.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://board.squadx.app/</loc>
    <lastmod>2026-09-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
