<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap of the PUBLIC, crawlable pages. /rooms is the public room-browsing page
  (guests browse without login; booking still requires login). Once public per-location /
  per-property detail pages exist, generate this dynamically (a Vercel function over the
  Firestore `properties` collection) and add their URLs here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://roomfinder.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://roomfinder.app/rooms</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
