<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!--
    Multilingual sitemap (CS / EN / UK). Each public URL is listed once with
    xhtml:link alternates per locale. Google reads the alternates and indexes
    a separate snippet per locale (helping non-Czech queries like
    "craftsman Prague" or "сантехнік Прага" rank). The ?lang=xx hint is
    honored by the SPA via i18next-browser-languagedetector's querystring
    lookup (see src/i18n/index.js).
  -->

  <url>
    <loc>https://craftbolt.cz/</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/?lang=uk"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://craftbolt.cz/"/>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- English landing page (existing dedicated route) -->
  <url>
    <loc>https://craftbolt.cz/en</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/cenik</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/cenik?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/cenik?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/cenik?lang=uk"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/zname-craftboltaky</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/zname-craftboltaky?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/zname-craftboltaky?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/zname-craftboltaky?lang=uk"/>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/registrace</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/registrace?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/registrace?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/registrace?lang=uk"/>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/prihlaseni</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/prihlaseni?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/prihlaseni?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/prihlaseni?lang=uk"/>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/caste-dotazy</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/caste-dotazy?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/caste-dotazy?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/caste-dotazy?lang=uk"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/kontakt</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://craftbolt.cz/kontakt?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://craftbolt.cz/kontakt?lang=en"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://craftbolt.cz/kontakt?lang=uk"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/obchodni-podminky</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://craftbolt.cz/ochrana-osobnich-udaju</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
