<?xml version="1.0" encoding="UTF-8"?>
<!--
  Mapa webu. Dvě adresy — česká a anglická titulka — a u každé odkaz na
  tu druhou přes `xhtml:link`, aby vyhledávač dvojici jazykových verzí
  našel i bez procházení stránky.

  ⚠️ Do v1.5 tu mapa ZÁMĚRNĚ nebyla: u jediné adresy by neřekla nic.
     Od v1.6 má stránka sekce, dvě jazykové verze a ceník, takže dává
     smysl — a `lastmod` říká, kdy naposled.
  ⚠️ Datum se při větší změně obsahu přepisuje RUČNĚ, nic ho negeneruje.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://praguecore.com/</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://praguecore.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://praguecore.com/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://praguecore.com/en/"/>
    <lastmod>2026-09-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://praguecore.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://praguecore.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://praguecore.com/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://praguecore.com/en/"/>
    <lastmod>2026-09-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
