<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap.xml — hand-maintained because all public pages are
  SSR (prerender=false) so the @astrojs/sitemap plugin would either
  miss them or need explicit allowlist anyway. With 4 public pages
  × 2 locales this is cheaper than the plugin overhead.

  hreflang annotations follow Google + IETF guidance: each <url> lists
  ALL language variants via <xhtml:link rel="alternate" hreflang="..."/>
  pointing at the same set of canonical URLs, including the x-default.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Landing page -->
  <url>
    <loc>https://loclia.com/</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://loclia.com/?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Privacy policy -->
  <url>
    <loc>https://loclia.com/privacy?lang=cs</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/privacy?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/privacy?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/privacy?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://loclia.com/privacy?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/privacy?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/privacy?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/privacy?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Terms of Service -->
  <url>
    <loc>https://loclia.com/terms?lang=cs</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/terms?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/terms?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/terms?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://loclia.com/terms?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/terms?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/terms?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/terms?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Cookies policy -->
  <url>
    <loc>https://loclia.com/cookies?lang=cs</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/cookies?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/cookies?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/cookies?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://loclia.com/cookies?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://loclia.com/cookies?lang=cs"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://loclia.com/cookies?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://loclia.com/cookies?lang=cs"/>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
