<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every PUBLIC page, and only those. /chat, /chats, /settings and /auth/* are
  deliberately absent: they are Disallowed in robots.txt and carry a noindex
  meta tag, and listing a noindex URL in a sitemap is a contradiction crawlers
  report as an error.

  The host is written out literally because a static file cannot read the brand
  config. It must stay in step with `siteUrl` in src/brands/kailasa-ai.ts —
  there is a test that fails if the two drift (src/lib/__tests__/seo.test.ts).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ask.kailasa.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ask.kailasa.ai/subscriptions</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ask.kailasa.ai/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://ask.kailasa.ai/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://ask.kailasa.ai/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
