<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, and STATIC PAGES ONLY. Seven URLs is not worth a generator,
  and this is the only build machinery in the repo besides
  scripts/build-hosting.sh.

  NOTHING SERVED BY A FUNCTION MAY GO HERE, and the build enforces it: every
  <loc> below is mapped back to a file on disk and the build fails when one is
  missing, so a /v/{id}, a /nyc or a /nyc/{area} listed here would break it.
  Those all live in /sitemap-listings.xml, generated by the listingsSitemap
  function from the same feedRules predicate that decides whether a listing is
  indexable at all. robots.txt points crawlers at both files.

  Every <loc> must be a URL that returns 200 directly - never one that
  redirects, which Search Console reports as an error. That is why the terms
  page is listed as /terms-of-service: firebase.json 301s /terms-of-use to it,
  so /terms-of-service is the canonical end of that chain. If that redirect is
  ever reversed, this entry flips with it.

  Add a URL here and scripts/build-hosting.sh will assert the file behind it
  exists, so a rename cannot silently orphan an entry.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://itshomi.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://itshomi.com/agents/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <!-- / is the renter feed itself since the cutover (U11); /about is the pitch
       that used to live there. Both are listed: they are different pages with
       different queries behind them, and /about is what carries the prose a
       crawler can read (the feed's listings are painted by script).
       No waitlist entry, and there is no waitlist page to list — the form and
       its own page are both gone. firebase.json still 302s /waitlist and /join
       to "/" so every ad, DM and old link lands on the feed. -->
  <url>
    <loc>https://itshomi.com/about/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://itshomi.com/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://itshomi.com/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://itshomi.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://itshomi.com/terms-of-service</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
