<?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">

    <!-- ============================================== -->
    <!-- LCM.PROPER.legal - Case Management Application -->
    <!-- Public Pages Only (Auth gates excluded)        -->
    <!-- ============================================== -->

    <!-- Login Page - Entry point for existing users -->
    <url>
        <loc>https://lcm.proper.legal/login</loc>
        <lastmod>2026-01-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Registration - Entry point for new users -->
    <url>
        <loc>https://lcm.proper.legal/register</loc>
        <lastmod>2026-01-29</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 
    NOTE: All other pages on lcm.proper.legal require authentication
    and are intentionally excluded from this sitemap:
    
    EXCLUDED (Auth Required):
    - /dashboard
    - /cases/*
    - /documents/*
    - /pleadings/*
    - /legal-assistant/*
    - /billing/*
    - /profile
    - /ai-analytics
    - /pdf-tools
    - /bates-stamping
    - /search
    - /sysadmin/*
    
    EXCLUDED (System Endpoints):
    - /health
    - /ready
    - /webhooks/*
    - /auth/*
    -->

</urlset>
