<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only canonical URLs are listed — /welcome canonicalizes to / (same Landing
  content, spec 00 duplicate-content note), and /terms, /privacy, /billing
  canonicalize to /legal (same LegalPage, different scroll anchor; those
  paths stay live only because Stripe's Terms-of-Service link points at
  /terms — see App.tsx). Keep this in sync with the route list in
  web/scripts/prerender-meta.mjs and web/public/robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://namethefaces.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://namethefaces.com/pricing</loc>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://namethefaces.com/legal</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://namethefaces.com/login</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://namethefaces.com/signup</loc>
    <priority>0.6</priority>
  </url>
</urlset>
