<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every `<loc>` is byte-identical to that page's own `<link rel="canonical">`.
  Two things this file previously got wrong, both of which make a sitemap
  disagree with the pages it indexes:

    · THE HOMEPAGE HAD NO TRAILING SLASH. `…/com` and `…/com/` are one URL to a
      person and two to a crawler, and the page's canonical is the slashed form.
    · THE TWO LEGAL PAGES WERE ABSENT, though both ship, both carry a canonical
      and a breadcrumb, and both are linked from the footer of every page.

  `lastmod` is each file's own last commit date (git log, committer date), not a
  build stamp — a sitemap that re-dates every page on every deploy teaches a
  crawler to ignore the field. `/realizace/dh-group/` moves 2026-05-23 →
  2026-07-29 for the same reason: it was understating its own last change.

  ⚠ NOTHING IN THIS COMMENT MAY CONTAIN A DOUBLE HYPHEN. XML forbids it inside a
  comment, and the parser rejects the WHOLE FILE, not the comment — an unparseable
  sitemap is a silently dead sitemap. It happened here once already, writing a
  git flag out in full; the build script copies this file verbatim and never
  parses it, so nothing downstream would have caught it.

  `/produkce/` and `/remeslnici/` are deliberately absent: both are 301 sources
  in `_redirects`, and a redirect has no place in a sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.lanskycreative.com/</loc>
    <lastmod>2026-08-31</lastmod>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.lanskycreative.com/realizace/</loc>
    <lastmod>2026-08-31</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.lanskycreative.com/realizace/dh-group/</loc>
    <lastmod>2026-07-29</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.lanskycreative.com/obchodni-podminky/</loc>
    <lastmod>2026-07-29</lastmod>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.lanskycreative.com/zasady-ochrany-osobnich-udaju/</loc>
    <lastmod>2026-07-29</lastmod>
    <priority>0.3</priority>
  </url>
</urlset>
