<?xml version="1.0" encoding="UTF-8"?>
<!--
  Everything under /projekty/ is behind the sign-in gate (nginx auth_request ->
  /api/gate) and answers 404 to anyone not signed in as the owner, so it is
  deliberately NOT listed here. robots.txt still ALLOWS crawling on purpose: a
  Disallow would stop crawlers from ever seeing the 404, and the old URLs would
  linger in the index as bare links. Letting them crawl and hit 404 is what
  actually gets them dropped.
  To go public again: flip SITEMAP_LEARN_PAGES on in projekty/lab/_build-pages.cjs
  and re-add the hub/tool URLs here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://jirisuder.eu/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://jirisuder.eu/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://jirisuder.eu/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://jirisuder.eu/cookies/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <!-- learn:start (generated by projekty/lab/_build-pages.cjs) -->
  <!-- learn:end -->
</urlset>
