<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately a single <url> entry - see robots.txt's own comment: every
  other route in this app (App.jsx's ROUTES) is an auth flow or admin tool,
  not content worth a search engine crawling or ranking. If real indexable
  content pages get added later (e.g. per-locality or per-business listing
  pages), add them here rather than relying on the crawler to discover them
  purely through in-app links - a client-rendered SPA's internal navigation
  doesn't always get followed the way plain <a href> links on a
  server-rendered site do.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://myservices.lanesands.com/</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
