<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry per active digital_menu_configs row. The site root is deliberately
  excluded: with no config id in the path the app renders the built-in demo menu
  ("La Maison"), which must not be indexed as a real restaurant.

  Add a <url> block here when a menu goes live. Current active ids can be listed
  with:
    php artisan tinker
    >>> App\Models\DigitalMenuConfig::active()->pluck('store_title', 'id');
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://menu.alphapms.app/1</loc>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://menu.alphapms.app/2</loc>
    <changefreq>weekly</changefreq>
  </url>
</urlset>
