<?xml version="1.0" encoding="UTF-8"?>
<!--
  https://qeazy.app/sitemap.xml

  Only "/" is listed: it's the sole public, indexable page (see robots.txt
  and src/config/seo.config.ts). Everything under /user/ is a private,
  per-restaurant guest session (join form, live status, "table ready") with
  no evergreen content and is disallowed in robots.txt, so it must not
  appear here — listing a disallowed URL in a sitemap is contradictory and
  search engines flag it as a sitemap error.

  lastmod is the landing page's actual last commit date (from git log on
  src/pages/qeazy-landing/QeazyLandingPage.tsx) — update it whenever that
  page's content meaningfully changes, rather than leaving a stale or
  fabricated date.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
>
  <url>
    <loc>https://qeazy.app/</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://qeazy.app/qeazy_icon.png</image:loc>
      <image:title>Qeazy — QR-based queue management</image:title>
      <image:caption>Qeazy logo: digital waitlist and queue management for restaurants and hospitality businesses</image:caption>
    </image:image>
  </url>
</urlset>
