<?xml version="1.0" encoding="UTF-8"?>
<!--
  QUOTA sitemap — PUBLIC, INDEXABLE entry pages only.

  This lists the marketing/legal surfaces a stranger may land on. It
  deliberately does NOT list:
    · bearer-credential routes (/i/, /book/, /booking/, /review/, /approve/,
      /deliver/, /p/, /t/, /portal-invite/, /beta/) — a crawler fetch of one of
      those IS a use of the credential, and they are disallowed in robots.txt;
    · the authenticated shell and the entry pages (/app, /login, /signup, …);
    · per-business public pages (/q/:handle, /card/:slug, /l/:handle) — those
      are indexable in principle but are generated per tenant and gate on
      published state, so they cannot be enumerated from a static file. When
      they are worth submitting, they need a generated sitemap that reads the
      published set, not a hand-maintained list.

  No <lastmod>, <priority> or <changefreq>. Google ignores priority and
  changefreq outright, and lastmod is only honoured when it is genuinely
  accurate — nothing regenerates this file on deploy, so a date here would be a
  fabricated freshness signal.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://quota-v2.pages.dev/</loc>
  </url>
  <url>
    <loc>https://quota-v2.pages.dev/discover</loc>
  </url>
  <url>
    <loc>https://quota-v2.pages.dev/terms</loc>
  </url>
  <url>
    <loc>https://quota-v2.pages.dev/privacy</loc>
  </url>
</urlset>
