<?xml version="1.0" encoding="UTF-8"?>
<!--
  One page, so one URL. Listing in-page anchors as separate <url> entries is a common
  and pointless habit: they are the same document, and a search engine that follows them
  finds the canonical tag pointing back here.

  `lastmod` is stamped by build.mjs from the last commit that touched apps/landing/, so
  it is the truth rather than the date of the last deploy.

  Two documents now: the page, and the privacy policy. The privacy URL is the
  extensionless one, matching its own `rel=canonical` and the footer link — nginx serves
  `privacy.html` at `/privacy`, and listing both spellings would advertise the same
  document twice.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kronikl.io/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kronikl.io/privacy</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kronikl.io/terms</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
