<?xml version="1.0" encoding="UTF-8"?>
<!--
  The six real routes: the homepage, the LED page, /technika, /o-nas and the
  two legal pages.

  The nav targets (#sluzby, #kontakt, ...) are in-page anchors, not routes, and
  a fragment is not a separate URL to a crawler — so they do not belong here.
  Register a new page in PATHS (src/app/paths.ts), App.tsx's <Routes>, here AND
  in public/llms.txt; sitemap.test.ts and llms.test.ts fail the suite if those
  drift apart.

  <lastmod> only, deliberately. Google ignores <changefreq> and <priority>
  outright — it says so publicly — and this file carried both, which invited a
  future maintainer to think they were tuning crawl behaviour with them. lastmod
  is the one hint Google does read, and only while it stays honest: a date that
  quietly goes stale teaches it to distrust the whole file, so update the date on
  a page's line when that page's CONTENT changes, and leave it alone otherwise.

  The two legal dates match LAST_UPDATED in src/pages/legal/company.ts, which is
  the date those pages state on themselves. Keep them in step.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://variasound.sk/</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
  <url>
    <loc>https://variasound.sk/led-obrazovka</loc>
    <lastmod>2026-08-31</lastmod>
  </url>
  <url>
    <loc>https://variasound.sk/technika</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
  <url>
    <loc>https://variasound.sk/o-nas</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
  <url>
    <loc>https://variasound.sk/ochrana-osobnych-udajov</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
  <url>
    <loc>https://variasound.sk/cookies</loc>
    <lastmod>2026-09-01</lastmod>
  </url>
</urlset>
