<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable routes only.

  Deliberately excluded:
    /blog, /milestones  - no published content yet (see UNPUBLISHED_SECTIONS in
                          src/components/site/SiteHeader.tsx). Add them back here
                          at the same time as the nav.
    /admin, /design-lab - internal, 404'd publicly by Nginx.
    /for/<slug>/<code>  - noindex; the unguessable code is the access control.

  No <lastmod>: an inaccurate value is worse than none, and there is no build
  step wiring real modification dates in yet.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://rephobia.com/</loc>
  </url>
  <url>
    <loc>https://rephobia.com/how-it-works</loc>
  </url>
  <url>
    <loc>https://rephobia.com/who-we-are</loc>
  </url>
  <url>
    <loc>https://rephobia.com/for-individuals</loc>
  </url>
  <url>
    <loc>https://rephobia.com/privacy</loc>
  </url>
  <url>
    <loc>https://rephobia.com/terms</loc>
  </url>
</urlset>
