<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
  
  <!-- Homepage - Highest priority, updates daily -->
  <url>
    <loc>https://gutenstack.com/</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Top Ten - High priority, updates weekly -->
  <url>
    <loc>https://gutenstack.com/top-ten</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- All Personas - High priority, rarely changes -->
  <url>
    <loc>https://gutenstack.com/all-personas</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Personas (alternative route) -->
  <url>
    <loc>https://gutenstack.com/personas</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- KPIs - Medium priority, updates weekly -->
  <url>
    <loc>https://gutenstack.com/kpis</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Release Notes - Medium priority, updates bi-weekly -->
  <url>
    <loc>https://gutenstack.com/release-notes</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Sign Up - Medium priority, rarely changes -->
  <url>
    <loc>https://gutenstack.com/signup</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Legal Pages - Lower priority, rarely change -->
  <url>
    <loc>https://gutenstack.com/terms-of-use</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://gutenstack.com/privacy-policy</loc>
    <lastmod>2025-10-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- LLMs.txt - AI content map -->
  <url>
    <loc>https://gutenstack.com/llms.txt</loc>
    <lastmod>2025-01-XX</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

      <!-- Note: Dynamic content sitemaps are generated via Cloud Functions:
           - sitemap-books.xml: Individual book pages (/book/{title})
           - sitemap-users.xml: User profile pages (/{username}/reads)
           - sitemap-index.xml: Sitemap index for all sitemaps
      -->

    </urlset>

