<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight.

  The app moves by query flag on the same path, so /?jobs and /?dashboard are
  not pages a stranger can open: they need a session. The landing page is the
  whole of what is public, and its sections are anchors on it rather than URLs
  of their own.

  The privacy policy and the terms are the two exceptions and are listed
  below. They are real paths rather than flags, because the whole job of a
  legal page is being a stable address a payment provider or an app store can
  hold on to.

  This grows again the day there are public job pages. That is where the
  search traffic for this product actually lives, and it needs real paths
  before it needs a sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kovatu.com/</loc>
    <lastmod>2026-08-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kovatu.com/privacy</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://kovatu.com/terms</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
