<?xml version="1.0" encoding="UTF-8"?>
<!--
  Football Player Hub sitemap.

  Only the homepage is listed, and that is deliberate: the app uses hash
  routing (#/player/123), and search engines discard the fragment, so every
  route resolves to this single document. Listing hash URLs here would submit
  duplicates of "/" and is a known way to get a sitemap ignored.

  If the app is later moved to History API paths (/player/123) with a server
  rewrite rule, add those URLs here — see the SEO section of README.md.

  Canonical origin for this deployment.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://football.smpltools.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
