<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Homepage -->
  <url>
    <loc>https://saffronsociety.store/</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Shop/Catalog -->
  <url>
    <loc>https://saffronsociety.store/shop</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Blog -->
  <url>
    <loc>https://saffronsociety.store/blog</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- About -->
  <url>
    <loc>https://saffronsociety.store/about</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Contact -->
  <url>
    <loc>https://saffronsociety.store/contact</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- FAQ -->
  <url>
    <loc>https://saffronsociety.store/faq</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Account/Profile -->
  <url>
    <loc>https://saffronsociety.store/account</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Cart -->
  <url>
    <loc>https://saffronsociety.store/cart</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Legal & Policies -->
  <url>
    <loc>https://saffronsociety.store/legal</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/privacy</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/shipping-policy</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/return-policy</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/ip-policy</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/gpsr</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  
  <!-- Games/Interactive -->
  <url>
    <loc>https://saffronsociety.store/games</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.4</priority>
  </url>
  
  <url>
    <loc>https://saffronsociety.store/leaderboard</loc>
    <lastmod>2025-10-07</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.4</priority>
  </url>
  
  <!-- 
    NOTE: Dynamic content (products and blog posts) should be added via:
    1. Dynamic sitemap generation (Netlify function)
    2. Manual updates when new products/posts are published
    3. Automated build script that fetches from Printify API and Supabase
    
    Example product URL:
    <url>
      <loc>https://saffronsociety.store/product/[product-id]</loc>
      <lastmod>2025-10-07</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
    
    Example blog post URL:
    <url>
      <loc>https://saffronsociety.store/blog/[post-slug]</loc>
      <lastmod>2025-10-07</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.6</priority>
    </url>
    
    To automate sitemap generation, create a Netlify function that:
    - Fetches all products from Printify API
    - Fetches all blog posts from Supabase
    - Generates complete sitemap.xml
    - Can be triggered on build or via scheduled function
  -->
  
</urlset>
