<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  TheCabPool is a single-page app: "About & Legal", "Rules of Usage", Privacy and Terms are
  .screen divs inside index.html that JavaScript toggles, not addresses. They have no URLs of
  their own, so there is nothing here to point a crawler at.

  Inventing entries like /about or /privacy would be worse than omitting them. The catch-all
  rewrite in firebase.json would answer every one of them with the identical index.html, so
  Google would fetch five URLs, receive the same bytes five times, and treat the set as duplicate
  content - which is a weaker signal than the one honest URL below.

  Giving those pages real, indexable URLs is a separate piece of work: routes that set their own
  title, description and canonical, and that render their content on first paint.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://thecabpool.com/</loc>
    <lastmod>2026-09-24</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
