<?xml version="1.0" encoding="UTF-8"?>
<!--
  The ADVERTISED surface only: the routes flagged `listed: true` in
  src/lib/routes.ts.

  SHIPPED_STATUS is the admission authority for dynamic routes. Admitted deep
  routes remain unlisted: they are absent here and their prerendered shells
  carry noindex. Catalog-only legacy slugs receive no route. See the
  listed/unlisted note in src/lib/routes.ts.

  src/lib/site.consistency.test.mjs enforces both directions, so relisting a
  route without adding it here fails the build, and listing a URL here with no
  listed route behind it fails too.

  (No literal loc tag in this comment: it would inflate a naive grep count.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://knute.ai/</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://knute.ai/privacy</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://knute.ai/support</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://knute.ai/terms</loc>
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
