<?xml version="1.0" encoding="UTF-8"?>
<!--
  Dwa adresy kanoniczne: `/` (polski) i `/en`. Trasa `/pl` istnieje
  i dziala, ale jej znacznik kanoniczny wskazuje na `/`, wiec w mapie witryny
  bylaby zgloszeniem duplikatu - do 2026-09-11 tak wlasnie tu stala, razem
  z `hreflang` wskazujacym na nia zamiast na adres kanoniczny.

  BEZ `lastmod`, i to jest decyzja, nie przeoczenie. Do 2026-09-11 stala tu
  data `2026-04-19`, podczas gdy serwer podawal `last-modified: 2026-09-09` -
  piec miesiecy rozjazdu. Data wpisana na sztywno starzeje sie przy pierwszej
  zmianie tresci, a `lastmod`, ktory powtarzalnie klamie, przestaje byc brany
  pod uwage w ogole. Brak jest lepszy od falszu.

  Gdyby data byla kiedys potrzebna, musi ja stemplowac build - nie czlowiek.
  Ta sama zasada co przy `apps/scouter-landing/src/assets/sitemap.xml`.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://lunarframe.pl/</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://lunarframe.pl/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://lunarframe.pl/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lunarframe.pl/" />
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://lunarframe.pl/en</loc>
    <xhtml:link rel="alternate" hreflang="pl" href="https://lunarframe.pl/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://lunarframe.pl/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lunarframe.pl/" />
    <priority>0.9</priority>
  </url>
</urlset>
