<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public marketing + legal pages only. Private project routes
  (/review/*, /shared/*, /summary/*) and authenticated app routes
  (/account/*, /sign-in, etc.) are intentionally omitted: their
  pathnames contain share IDs that act as access credentials, and
  robots.txt + an `X-Robots-Tag: noindex, nofollow, noarchive`
  response header in server/_core/index.ts block indexing there.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://anoto.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://anoto.io/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://anoto.io/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
