<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only publicly fetchable URLs belong here.

  /timesheet, /invoice, /contracts, /intake, /knowledge and /ai-review used to be
  listed, but every one of them 302-redirects an anonymous crawler to /login
  (server/index.ts → PUBLIC_SPA_PATHS). Advertising six redirect-only URLs spends
  crawl budget on nothing and reads as thin/soft-404 content.

  /login serves the only public HTML and declares <link rel="canonical"
  href="https://laslegal.tech/">, so the apex is the single canonical entry.
  Add real URLs back here once a public landing page exists.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://laslegal.tech/</loc>
    <lastmod>2026-08-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
