<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static seed sitemap covering the app's crawlable entry points.

  Dynamic per-record pages (/restaurants/:id, /lists/:urlKey,
  /profile/:userId) are not enumerated here — the frontend has no complete,
  authoritative list of public restaurant/list/profile records to draw from
  without querying the backend. Generating full coverage for those routes
  requires a backend-driven sitemap (a paginated endpoint or scheduled export
  paire-api can produce), which is out of scope for this frontend-only pass.
  Tracked as a follow-up.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.paire.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
