<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of currently public (crawlable) pages, in both languages.
  Each page lists xhtml:link alternates so Google pairs the EN/FR versions.
  Catalog pages (editions, works, authors, lists) are auth-gated today and are
  intentionally NOT listed — listing pages a crawler cannot reach hurts trust.
  (Individual /edition/:id pages are server-rendered by the editionMeta function
  but are unbounded, so they are not enumerated here.)
  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"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://booknook-app.com/</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/fr</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/faq</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/faq" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/faq" />
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/fr/faq</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/faq" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr/faq" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/faq" />
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/policies</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/policies" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr/policies" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/policies" />
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://booknook-app.com/fr/policies</loc>
    <xhtml:link rel="alternate" hreflang="en-CA" href="https://booknook-app.com/policies" />
    <xhtml:link rel="alternate" hreflang="fr-CA" href="https://booknook-app.com/fr/policies" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://booknook-app.com/policies" />
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
