<?xml version="1.0" encoding="UTF-8"?>
<!--
  https://tahgzly.com/sitemap.xml

  Only genuinely public, indexable, canonical URLs belong here. This list is deliberately short
  and honest rather than padded: /login and /register are publicly reachable but carry `noindex`
  (they are thin utility pages with no search value), and every /player, /owner and /admin route
  sits behind authentication, so none of them are listed.

  This file is maintained by hand because the public surface is currently small enough to fit on
  one screen. If public stadium or city pages are added later, generate it at build time instead
  of letting this drift out of date — a sitemap listing URLs that 404 or redirect is worse than
  no sitemap at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://tahgzly.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://tahgzly.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
