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

  Every other route (/play, /leaderboard, /marketplace, …) requires a login;
  App.tsx does not even mount <Routes> until past the authenticated branch, so
  a crawler fetching any of them receives byte-identical landing-page HTML.
  Listing them would submit a set of duplicates that contradicts the
  <link rel="canonical"> in index.html, which points every one of them here.

  Add entries only when a route serves genuinely distinct public content — a
  blog, per-game pages, rules — and give each its own canonical at the same
  time.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://xoplays.ir/</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
