<?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.

  Five documents now, and every URL here is the extensionless one, matching each page's
  own `rel=canonical` and the links in the footer — nginx serves `privacy.html` at
  `/privacy`, and listing both spellings would advertise the same document twice.

  `soon.html` is deliberately absent: it is the holding page for a host that is not open
  yet, it carries `noindex`, and a search result pointing at it would outlive the reason
  it exists.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kronikl.io/</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!--
      Listed, and listed above get-started, because the trust statements on it end with
      "if that is not you, send them this page" — an administrator who is forwarded that
      link will also be one who searches for it, and a page written to be handed to a
      third party is no use if only the person already inside the funnel can find it.
    -->
    <loc>https://kronikl.io/connect</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://kronikl.io/get-started</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kronikl.io/privacy</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kronikl.io/terms</loc>
    <lastmod>2026-08-26</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
