<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two pages, and only two. /manage, /commands and the rest are client-side tabs
  rendered by index.html - the server 404s on all of them, so they must not
  appear here. /privacy is different: it is a real file, reachable because
  netlify.toml rewrites that one path to privacy.html.

  lastmod is the date the page content last changed, not the date of the last
  deploy. The figures on the page come from the bot at runtime, so a deploy
  that only touches the tooling does not make this stale.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://azuka.io/</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://azuka.io/privacy</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://azuka.io/terms</loc>
    <lastmod>2026-08-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
