<?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 -->
  <url>
    <loc>https://planmymeal.ai/</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Core Application Pages - High priority -->
  <url>
    <loc>https://planmymeal.ai/taste-preferences</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://planmymeal.ai/recipes</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://planmymeal.ai/meal-planner</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://planmymeal.ai/shopping-list</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- User Account Page - Medium priority -->
  <url>
    <loc>https://planmymeal.ai/account</loc>
    <lastmod>2025-09-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 
    NOTE: Dynamic recipe pages (/recipe/:id) should be added programmatically
    
    For dynamic content implementation, consider:
    1. Server-side sitemap generation that queries the database
    2. Sitemap index file pointing to category-specific sitemaps
    3. Regular sitemap updates when new recipes are created
    
    Example dynamic entries format:
    <url>
      <loc>https://planmymeal.ai/recipe/mediterranean-quinoa-bowl</loc>
      <lastmod>2025-09-18</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.7</priority>
    </url>
  -->

</urlset>