<?xml version="1.0" encoding="UTF-8"?>
<!--
  The sitemap INDEX. Onlenu has two sitemaps and they live on different hosts:

    sitemap-pages.xml            the marketing pages — this host, static
    api.onlenu.com/.../sitemap   every published menu and blog post — the API,
                                 regenerated as restaurants sign up

  Search Console is given this file, once, and finds both. The lastmod dates are
  stamped at build time by scripts/seo-postbuild.mjs; the dates committed here
  are only what a checkout shows before a build.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://onlenu.com/sitemap-pages.xml</loc>
    <lastmod>2026-09-16</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://api.onlenu.com/api/seo/sitemap.xml</loc>
    <lastmod>2026-09-16</lastmod>
  </sitemap>
</sitemapindex>
