<?xml version="1.0" encoding="UTF-8"?>
<!--
  KYVO sitemap.

  Hand-maintained: this is a three-route site, so a generator would be more
  moving parts than the thing it generates. Add a <url> entry here whenever a
  route is added to src/App.tsx — a route missing from the sitemap still gets
  found via internal links, but is discovered slower.

  ⚠️ URLs must match SITE_URL in src/lib/seo.ts and the canonical tags exactly,
  including the trailing slash on the homepage. Mismatches make Google pick
  its own canonical instead of yours.

  <lastmod> should be the date the page's CONTENT last changed in a way that
  matters to a reader — not the date of the last deploy. Bumping it on every
  build teaches Google the signal is noise and it gets ignored.

  Note: <priority> and <changefreq> are deliberately omitted. Google has
  publicly confirmed it ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kyvocrm.com/</loc>
    <lastmod>2026-08-05</lastmod>
  </url>
  <url>
    <loc>https://kyvocrm.com/privacy</loc>
    <lastmod>2026-08-01</lastmod>
  </url>
  <url>
    <loc>https://kyvocrm.com/terms</loc>
    <lastmod>2026-08-01</lastmod>
  </url>
</urlset>
