<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static pages only.

  Everything else the router serves is either a signed in screen (disallowed in
  robots.txt) or a user generated public profile at /<slug>. Profiles cannot go
  in a hand written file: they are rows in Postgres and they come and go. Adding
  them needs a backend endpoint that renders a sitemap from the profiles table,
  which does not exist yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stashdex.io/</loc>
    <lastmod>2026-08-25</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
