<?xml version="1.0" encoding="UTF-8"?>
<!--
  bela.games sitemap — three pages, all of them static entry points.

  Served at https://bela.games/sitemap.xml AND, byte for byte, at
  https://belot.games/sitemap.xml (Caddy rewrites /sitemap.xml to this file
  in the games site block, which both domains share). It lists ONLY the
  canonical https://bela.games/ URLs, deliberately: belot.games is an equal
  front door but not the canonical one, its pages say so in
  <link rel="canonical">, and a sitemap exists to name canonical URLs, not
  every hostname that answers for them.

  It is hand-written and tiny: these domains have no per-tournament or
  per-profile URLs, so there is nothing for the backend's dynamic sitemap
  (SitemapController) to contribute — that one stays on bela-turniri.com.

  No <lastmod>: these pages change with a deploy, not on a schedule, and a
  wrong lastmod is worse than none. Add entries here if a new public route is
  ever given to this domain.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://bela.games/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://bela.games/igra</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://bela.games/blok</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
</urlset>
