<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of the main sections. Replace the domain with your production
  URL. Individual review/musing URLs are not listed here because this is a
  client-rendered SPA; to include them, generate this file at build time from
  the Supabase `reviews` and `thoughts` tables (see docs/audit-2026-06.md, P4).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://quietlines.example.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://quietlines.example.com/reviews</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://quietlines.example.com/books</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://quietlines.example.com/recommendations</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://quietlines.example.com/musings</loc>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://quietlines.example.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
