<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <!-- Landing Page -->
  <url>
    <loc>https://whiskably.com/landing</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Pricing Page -->
  <url>
    <loc>https://whiskably.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Help Page -->
  <url>
    <loc>https://whiskably.com/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Auth Page -->
  <url>
    <loc>https://whiskably.com/auth</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- Note: Public shared recipes are dynamically generated and should be added programmatically -->
  <!-- Example: -->
  <!-- <url>
    <loc>https://whiskably.com/shared/{share_token}</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
    <image:image>
      <image:loc>{recipe_image_url}</image:loc>
      <image:title>{recipe_title}</image:title>
    </image:image>
  </url> -->
</urlset>
