<?xml version="1.0" encoding="UTF-8"?>
<!--
  The four indexable routes of the marketing site. The catch-all 404 is
  deliberately absent: it is a soft 404 (HTTP 200 from the SPA rewrite) and
  carries a noindex tag, so listing it would invite exactly the indexing this
  site is trying to avoid.

  Hosts must be www — the apex 307-redirects there, and a sitemap that names
  the apex asks crawlers to index a redirect. Keep in sync with SITE_URL in
  src/config/brand.ts.

  No <lastmod>: a hand-maintained date rots into a lie the first time a page
  changes without it, and crawlers weigh a stale lastmod worse than none.

  This file is pinned by src/test/sitemap.test.ts, which derives the expected
  URL set from the <Route> list in src/main.tsx. Adding or removing a route
  without updating this file fails that test.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.peek-now.com/</loc>
  </url>
  <url>
    <loc>https://www.peek-now.com/privacy</loc>
  </url>
  <url>
    <loc>https://www.peek-now.com/terms</loc>
  </url>
  <url>
    <loc>https://www.peek-now.com/support</loc>
  </url>
</urlset>
