<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage (splash page) - highest priority -->
  <url>
    <loc>https://www.secretbookprice.com/</loc>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- Main app/scanner - high priority landing page -->
  <url>
    <loc>https://www.secretbookprice.com/app</loc>
    <priority>0.9</priority>
    <changefreq>weekly</changefreq>
  </url>

  <!-- SEO landing page for textbook selling -->
  <url>
    <loc>https://www.secretbookprice.com/sell-textbooks</loc>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Informational pages -->
  <url>
    <loc>https://www.secretbookprice.com/why</loc>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Feature pages -->
  <url>
    <loc>https://www.secretbookprice.com/offline-scanning</loc>
    <priority>0.6</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- Legal pages - lower priority but still indexed -->
  <url>
    <loc>https://www.secretbookprice.com/privacy</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>
  <url>
    <loc>https://www.secretbookprice.com/terms</loc>
    <priority>0.3</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!--
    EXCLUDED FROM SITEMAP (utility pages - should not rank in search):
    - /login - Authentication page (noindex applied)
    - /profile - User-specific page (requires auth)
    - /analytics - Admin/internal page
  -->
</urlset>
