<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two pages that should rank.

  Excluded on purpose:
    /login    noindex — a sign-in form has nothing to offer a searcher
    /booked   noindex — terminal confirmation page, reads two query params
    /admin/*  Disallowed in robots.txt
    /client/* Disallowed in robots.txt

  URLs are the extensionless form, matching the canonical tags and what the
  site actually serves. Listing /index.html or /book-demo.html here would
  point Google at a 307 and contradict the canonicals.

  lastmod is hand-maintained. An inaccurate lastmod is worse than none —
  Google learns to distrust the whole file — so only bump it when the page
  content genuinely changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.konversa.site/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.konversa.site/book-demo</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
