<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!--
    OntarioLandlord Application Sitemap (app.ontariolandlord.ca)
    
    NOTE: This sitemap only includes PUBLIC pages that don't require authentication.
    All authenticated pages (/dashboard, /properties, /leases, etc.) are intentionally
    excluded because:
    1. They require login to access
    2. They contain user-specific private data
    3. They are blocked by robots.txt
    
    Marketing website sitemap is at: https://ontariolandlord.ca/sitemap.xml
  -->

  <!-- Authentication Pages (Public) -->
  <url>
    <loc>https://app.ontariolandlord.ca/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://app.ontariolandlord.ca/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Legal Pages (Public) -->
  <url>
    <loc>https://app.ontariolandlord.ca/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://app.ontariolandlord.ca/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
