<?xml version="1.0" encoding="UTF-8"?>
<!--
  Lobbybuy is currently a single-URL app (one HTML entry point, screens are
  client-side JS state, not real routes), so this sitemap has exactly one
  entry. Add a <url> block here only when a screen becomes a real,
  independently-linkable URL (e.g. if product detail pages ever get their
  own /product/<slug> route) — listing internal app screens that all resolve
  to the same document does nothing for indexing and can look like spam.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lobbybuy.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
