<?xml version="1.0" encoding="UTF-8"?>
<!--
  ONE URL, on purpose.

  The app is hash-routed: every section lives behind a '#' (/#/es/news,
  /#/en/data-center...). A crawler discards the fragment, so all 17 entries this
  sitemap used to list collapsed into the very same URL — the apex root — and
  declaring them was noise a search engine cannot act on. They are not
  path-shaped either: GitHub Pages answers /news with the 404.html SPA fallback,
  HTTP 404 included.

  Host is the apex, matching <link rel="canonical"> in index.html,
  __CANONICAL_BASE_URL__ in vite.config.js and the CNAME the prod deploy writes.
  A sitemap on a host that redirects is a self-inflicted "alternate page with
  canonical tag" in Search Console.

  Listing sections here for real needs path routes first (static pages or
  history-routing) — an app decision, not a sitemap one.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <url>
    <loc>https://fight-radar.com/</loc>
    <lastmod>2026-08-12T00:00:00+00:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
