<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately small. `web.output: "single"` means every path returns the same
  shell, so listing routes that render nothing without a session would be
  padding a sitemap with duplicates of one page — which is worse than a short
  one. Only URLs whose served HTML differs belong here.

  /s/<token> share links are excluded ON PURPOSE and not by oversight: each one
  is a private wardrobe or outfit whose only protection is that the token is
  unguessable, and a sitemap is a published list of URLs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wearobe.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wearobe.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wearobe.app/support</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
