<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap for Tactical Soccer. Only lists pages meant to be discovered/indexed on their own
     (the landing page + its 2 translated variants, and the game hub) — the individual minigame
     screens (competencia.html, tactical-order.html, etc.) are deliberately left out: they have
     no canonical/meta tags of their own, only make sense once a game is already in progress
     (they read squad/match state from localStorage), and would just be thin/duplicate-ish
     crawl noise. home-hub.html is also excluded on purpose — it's a redirect stub, and a URL
     that immediately redirects should never be listed in a sitemap.
     The 3 language variants of the landing page carry reciprocal xhtml:link hreflang
     alternates (Google's documented sitemap-based hreflang format — an alternative/complement
     to the <link rel="alternate" hreflang="…"> tags already present in each page's own
     <head>). Keep these 3 <url> blocks' alternates in sync with the hreflang tags in
     index.html / en/index.html / pt/index.html whenever a language is added or a URL changes.
     lastmod values are updated by hand — bump the relevant one(s) whenever that page's content
     actually changes. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://tactical-soccer.games/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://tactical-soccer.games/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tactical-soccer.games/en/"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://tactical-soccer.games/pt/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tactical-soccer.games/"/>
  </url>
  <url>
    <loc>https://tactical-soccer.games/en/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://tactical-soccer.games/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tactical-soccer.games/en/"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://tactical-soccer.games/pt/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tactical-soccer.games/"/>
  </url>
  <url>
    <loc>https://tactical-soccer.games/pt/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://tactical-soccer.games/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tactical-soccer.games/en/"/>
    <xhtml:link rel="alternate" hreflang="pt" href="https://tactical-soccer.games/pt/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tactical-soccer.games/"/>
  </url>
  <url>
    <loc>https://tactical-soccer.games/football-club-manager.html</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
