<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every publicly indexable page. There are three: the landing page and the two
  legal documents. /app is excluded deliberately, because it is the signed-in
  product and renders nothing without a session.

  UPDATED 2026-08-30: the exclusion here is unchanged, but the mechanism that
  backs it moved. robots.txt used to Disallow the app path; it now allows it so
  that app.html's own `noindex` can be read. Absence from this file was never
  the thing keeping the app out of the index. A sitemap is a suggestion about
  what to crawl, not an instruction about what to index, and it is worth
  saying so here, because "it is not in the sitemap" is the reassurance
  somebody will reach for if the noindex is ever removed.

  lastmod is the date the page's CONTENT last changed, not the date this file
  was regenerated. Both legal documents carry Effective Date 25 August 2026.

  (Written without double hyphens on purpose: they are illegal inside an XML
  comment and the first draft of this note broke the file.)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.komplyapp.com/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.komplyapp.com/privacy</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.komplyapp.com/terms</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
