<?xml version="1.0" encoding="UTF-8"?>
<!--
  robots.txt points here, so this file has to exist as real XML. Without it the
  SPA rewrite answers /sitemap.xml with index.html and a 200, and a crawler
  asking for a sitemap gets a page of HTML instead — which reads as a broken
  sitemap, not as a missing one.

  Static files in public/ are served straight from the filesystem, which Vercel
  checks before applying rewrites. That is the same reason robots.txt and
  og-image.png work while client-side routes need the rewrite.

  One entry because the site is one page. /admin is deliberately absent: it is
  disallowed in robots.txt and has nothing to index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.foodmeet.app/</loc>
    <lastmod>2026-08-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
