<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, and that is the honest number.

  A sitemap lists pages worth indexing. Stow has exactly one: the landing page.
  /login and /signup are doorways, not content, and they carry a noindex tag.
  /dashboard and /d/:id need a session. /s/:token is somebody else's document
  and is noindex by header, by robots.txt and by intent.

  Padding this file with the sign-in routes would inflate a number nobody
  measures and put two thin, near-identical pages into the index under a domain
  that has no authority to spare.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stow.page/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
