<?xml version="1.0" encoding="UTF-8"?>
<!--
  PER-SITE: both <loc> hosts.
  Domain is confirmed: renttheoliver.com. It must stay in step with
  index.html, src/lib/seo.ts (SITE_URL) and public/robots.txt.

  The microsite routes only `/` and `/legal` (plus a noindex 404 and the
  deliberately-disallowed /thank-you), so those are the only two entries.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://renttheoliver.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://renttheoliver.com/legal</loc>
    <priority>0.3</priority>
  </url>
</urlset>
