<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://www.lovethishome.us/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Property Listings -->
  <url>
    <loc>https://www.lovethishome.us/properties</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Sample Property Detail (repeat for each property dynamically via backend) -->
  <url>
    <loc>https://www.lovethishome.us/properties/1234-example-property</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- For Property Owners -->
  <url>
    <loc>https://www.lovethishome.us/owners</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://www.lovethishome.us/about</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://www.lovethishome.us/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Authentication -->
  <url>
    <loc>https://www.lovethishome.us/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://www.lovethishome.us/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://www.lovethishome.us/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.lovethishome.us/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
