<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only genuinely public, indexable pages belong here. Everything else Henshu serves is
  either a per-customer workspace (/c/<slug>), a private share link (/r/<slug>) or the
  authenticated app shell, all of which are disallowed in /robots.txt.

  This file previously did not exist: the SPA catch-all answered /sitemap.xml with the app
  shell HTML at 200, so anything fetching it got 165 KB of markup labelled text/html.
-->
<urlset xmlns="http://www.sitemap.org/schemas/sitemap/0.9">
  <url>
    <loc>https://henshu.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://henshu.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://henshu.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
