<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  This is a basic static sitemap. 
  For a complete sitemap with all dynamic pages (businesses, movies), 
  run: npm run generate-sitemap
  
  This will generate a sitemap.xml with all your content from Supabase.
-->
<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">
  
  <!-- Static Pages -->
  <url>
    <loc>https://yegnareview.com/</loc>
    <lastmod>2025-01-30</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
  <url>
    <loc>https://yegnareview.com/search</loc>
    <lastmod>2025-01-30</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://yegnareview.com/movies</loc>
    <lastmod>2025-01-30</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <url>
    <loc>https://yegnareview.com/auth</loc>
    <lastmod>2025-01-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <!-- 
    NOTE: This sitemap only includes static pages.
    To generate a complete sitemap with all businesses and movies:
    
    1. Run: npm run generate-sitemap
    2. This will fetch all approved businesses and movies from Supabase
    3. The generated sitemap will replace this file
    
    Make sure to update SITEMAP_BASE_URL in the script or environment variables
    to match your production domain.
  -->
  
</urlset>

