<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: these are the only fixed, crawlable URLs the client web app has.
  Facility / court / coach pages are intentionally absent — they are query-param
  screens (/book-now/facility-details-screen?facilityId=123), which Google treats
  as one page. Generate this file at build time once those become real routes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bookmycourt.lk/home</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bookmycourt.lk/book-now</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bookmycourt.lk/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
