<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately limited to genuinely stable, permanent URLs. Search-results
  and stay-details pages are NOT included: /stays/details/:searchResultId is
  keyed by a Duffel search-result id scoped to one search session (it
  expires, and StayDetailsPage's own primary data source is
  sessionStorage - see StayDetailsPage.tsx), not a permanent per-hotel id.
  Listing an expiring URL in a sitemap is actively counterproductive (dead
  links look bad to crawlers) - a real per-hotel sitemap needs a stable,
  accommodation_id-keyed URL first, which is part of the larger
  SSR/pre-rendering work, not this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stayinhere.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stayinhere.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://stayinhere.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
