<?xml version="1.0" encoding="UTF-8"?>
<!--
  The Pace of Peace — public, indexable pages only.

  <lastmod> is deliberately omitted: this is a static file and there is no build
  step feeding it real modification dates. A stamped-but-wrong lastmod is worse
  than none — Google learns to distrust the signal. Add it when the sitemap is
  generated at build time from actual content dates.

  /shop/<category> URLs are NOT listed: they are client-side redirects to
  /shop/album/<slug>, and a sitemap should list destinations rather than hops.
  The album slugs below are the five the redirects name; albums are database-
  driven, so generating this file at build time from the album table would keep
  it honest as the catalogue grows.

  Excluded on purpose (see public/robots.txt and src/lib/seo.ts): checkout and
  post-purchase, auth, /portal, /admin, /scope-of-work
  and /owner-guide.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://paceofpeace.org/</loc></url>
  <url><loc>https://paceofpeace.org/program</loc></url>
  <url><loc>https://paceofpeace.org/about</loc></url>
  <url><loc>https://paceofpeace.org/process</loc></url>
  <url><loc>https://paceofpeace.org/tools</loc></url>
  <url><loc>https://paceofpeace.org/quiz</loc></url>
  <url><loc>https://paceofpeace.org/shop</loc></url>
  <url><loc>https://paceofpeace.org/shop/album/feel-calm</loc></url>
  <url><loc>https://paceofpeace.org/shop/album/sleep-deeply</loc></url>
  <url><loc>https://paceofpeace.org/shop/album/daily-rhythm</loc></url>
  <url><loc>https://paceofpeace.org/shop/album/go-deeper</loc></url>
  <url><loc>https://paceofpeace.org/shop/album/perform-clarity</loc></url>
  <url><loc>https://paceofpeace.org/book/the-pace-of-peace</loc></url>
</urlset>
