<?xml version="1.0" encoding="UTF-8"?>
<!--
  The marketing page plus the nine legal documents.

  The marketing page is a single scrolling page: its sections are fragments (#features,
  #pricing, ...) and a sitemap cannot carry those. `?lang=he` is not listed either - it is
  the same canonical page rendered client-side, which is exactly what <link rel="canonical">
  in index.html tells a crawler.

  The nine below are real, separately addressable pages, pre-rendered at build time
  (landing/src/prerender.jsx) so every word is in the HTML response. They are the published,
  citable copies of Kavvim's contracts - app.kavvim.com serves the same documents but is
  `noindex` by design, so these are the URLs meant to be found and archived. Keep this list in
  step with shared/legal/routes.js, which is where the paths are declared.

  Low priority, not because they matter less, but because a sitemap's priority is relative:
  the marketing page is what we want a search engine to spend its crawl budget on.

  No <lastmod>: a hand-maintained date on a static file is wrong the day after it is
  written, and a wrong lastmod is worse for crawling than none. Add one here only if this
  file ever starts being generated at build time - at which point the effective date in
  shared/legal/constants.js is the right value for the nine.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://kavvim.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://kavvim.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://kavvim.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://kavvim.com/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kavvim.com/dpa</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kavvim.com/aup</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kavvim.com/security</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://kavvim.com/accessibility</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kavvim.com/subprocessors</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://kavvim.com/refunds</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
