<?xml version="1.0" encoding="UTF-8"?>
<!-- Public URLs only.
     /pitch/ is deliberately absent and must never be added. Its URL is public
     and guessable — that is on purpose, it is a link you can say out loud — but
     it is an unlisted page behind nginx HTTP Basic Auth, so promoting it into
     search results would only publish a 401. It is noindex and disallowed in
     robots.txt for the same reason. tools/check-site.py fails if it appears
     here.

     /privacy.html and /terms.html are a different case. They are public and
     indexable (no noindex, no Disallow) so a store reviewer can open them, but
     they are held out of the sitemap while their text still carries
     [PLACEHOLDER] markers — a sitemap actively promotes a URL into search
     results, and there is no reason to promote unfinished legal copy. Add both
     <url> entries in the same change that fills the placeholders in. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.voidcraftai.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
