<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of currently public (crawlable) pages.
  Catalog pages (editions, works, authors, lists) are auth-gated today and are
  intentionally NOT listed — listing pages a crawler cannot reach hurts trust.
  When public read-only catalog pages ship, replace this with a dynamic sitemap
  generated from the catalog DB (see docs/seo-public-catalog-plan.md).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://booknook-app.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/policies</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
