<?xml version="1.0" encoding="UTF-8"?>
<!--
  GLC-41: static, hand-maintained sitemap. This is a client-rendered Vite
  SPA with no build-time data fetch, so per-event URLs (/events/:slug) are
  out of scope here; enumerating them would require either a build-time
  data source or a server-rendered sitemap endpoint, neither of which this
  ticket introduces. Only the fixed, public, non-parameterized top-level
  routes are listed below. lastmod/changefreq/priority are intentionally
  omitted rather than hand-maintained, since a stale lastmod is worse than
  none.

  GLC-142: the <loc> host below was previously the stale
  greenville-ladies-club.replit.app domain, then updated to
  https://greenville-ladies-club.vercel.app.

  2026-08-01 domain cutover: updated again to
  https://thegreenvilleladies.com, the real custom domain now attached to
  this Vercel project (registered through Vercel, nameservers verified).
  Note this is NOT greenvilleladiesclub.com (no "the"); that was a typo
  in earlier planning docs and isn't a domain this project owns. The
  legacy WordPress domain is thegreenvilleladiesclub.com (with "the"),
  which will later redirect to this domain per
  docs/domain-cutover-checklist.md phase 2; it should never appear here.

  The URLs are hardcoded rather than built from an env var (e.g.
  VITE_SITE_URL) because Vite's `public/` directory is copied verbatim at
  build time with no env interpolation, and the PUB-5 acceptance test
  parses these files with `new URL(loc)`, which throws on a placeholder
  token, so a real, static, correct URL is required here regardless.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://thegreenvilleladies.com/</loc></url>
  <url><loc>https://thegreenvilleladies.com/events</loc></url>
  <url><loc>https://thegreenvilleladies.com/about</loc></url>
  <url><loc>https://thegreenvilleladies.com/membership</loc></url>
  <url><loc>https://thegreenvilleladies.com/contact</loc></url>
  <url><loc>https://thegreenvilleladies.com/news</loc></url>
</urlset>
