<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages worth finding on trylease.in.

  Only the five public, standalone pages are listed. Deliberately absent:

  - /property, which shows nothing without an ?id= and would be an empty
    shell to anybody who arrived at it bare. Individual listings will belong
    in here once there are some, but that needs generating from the database
    rather than typing by hand, and a sitemap that lies about what exists is
    worse than a short one.
  - /dashboard, /admin, /signin and /reset-password, which need a session or
    a one-time link. These are also disallowed in robots.txt.
  - /404, which carries a noindex tag of its own.

  No <lastmod> dates. They would have to be updated by hand on every deploy,
  and a date that quietly stops being true is worse than no date at all —
  search engines weigh lastmod, and one that always reads the same is a
  signal that the site is stale.

  <priority> is likewise left out. Google has said publicly that it ignores
  it, so filling it in would be decoration.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://trylease.in/</loc>
    <changefreq>weekly</changefreq>
  </url>
  <url>
    <loc>https://trylease.in/listings</loc>
    <changefreq>daily</changefreq>
  </url>
  <url>
    <loc>https://trylease.in/list-property</loc>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://trylease.in/about</loc>
    <changefreq>monthly</changefreq>
  </url>
  <url>
    <loc>https://trylease.in/contact</loc>
    <changefreq>monthly</changefreq>
  </url>
</urlset>
