<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Marketing pages -->
  <url>
    <loc>https://yella.menu/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal pages -->
  <url>
    <loc>https://yella.menu/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://yella.menu/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://yella.menu/refund-policy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Auth pages (indexable for brand search) -->
  <url>
    <loc>https://yella.menu/admin/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    Dynamic public menu pages (/menu/{store-slug}/{menu-slug}) are not included here.
    A dynamic sitemap generator (edge function or build-time script) would be needed
    to enumerate all published stores and menus from the database.
    TODO: Create a Supabase edge function that generates sitemap entries from
    store_publications and menu_publications tables.
  -->
</urlset>
