<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, because one public page exists.

  UPDATE THIS AT LAUNCH. A sitemap is a list of addresses asking to be
  indexed, so carrying this one forward unchanged would advertise a single
  holding page for a whole marketplace. src/test/crawler-files.test.ts pins
  the entry count so that adding a route without revisiting this file fails
  loudly rather than silently.

  What is deliberately absent:
    - /join and /subscribe/confirm, which carry a noindex. A noindexed URL in
      a sitemap is a direct contradiction, and Google reports it against the
      whole submission rather than skipping the entry.
    - /coming-soon, which redirects to / — listing it would ask Google to
      index an address that immediately points somewhere else.
    - every future marketplace route. They 404 today, and a sitemap full of
      404s is discounted as a whole.

  The URL names www explicitly. This file ships to the demo and testing lanes
  too, where it points at production — harmless, since a sitemap's entries are
  only honoured for the host that served it, and those lanes are not meant to
  be indexed at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.findmyvintage.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
