<?xml version="1.0" encoding="UTF-8"?>
<!--
  Marketing pages only. User profiles are NOT here yet: they need a generated
  sitemap (thousands of URLs, and the "is this profile substantial enough to
  index" test spans three collections, so it can't be a Firestore query).

  https://whiplist.com is replaced at deploy time by scripts/inject-og-origin.js, the
  same placeholder index.html and the previews use. Dev deploys still resolve it,
  but dev also gets a Disallow-all robots.txt, so this file is inert there.

  DELIBERATELY ABSENT:
    lastmod    - Google only trusts it when it's consistently accurate. A
                 hardcoded date rots the day after you commit it, and a lying
                 lastmod is worse than none. Add it only if it's generated.
    changefreq - Google ignores it. Has for years.
    priority   - Google ignores it too.

    /funnel    - a near-duplicate of / (Page4.js repeats Redline.js's feature
                 list almost 1:1). Listing both would have them cannibalize each
                 other for the same terms, and / is the one we want ranking.
    /store     - the route is inside RequireAuth (App.js), so a crawler gets the
                 shell and a bounce to /login. Add it here once it's public.
    /pricing   - the page was removed 2026-08-16 and the path now 301s to / via
                 firebase.json. It was listed here until then; a sitemap entry
                 that redirects tells Google two opposite things about the same
                 URL, and e2e/seo.spec.js asserts every loc here returns 200.

    /previews/*.html - the raw preview files are reachable alongside the clean
                 paths they serve. They carry rel=canonical pointing at the clean
                 path instead, which consolidates the duplicate rather than
                 hiding it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://whiplist.com/</loc></url>
  <url><loc>https://whiplist.com/about</loc></url>
  <url><loc>https://whiplist.com/terms</loc></url>
  <url><loc>https://whiplist.com/policy</loc></url>
  <url><loc>https://whiplist.com/support</loc></url>
</urlset>
