<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static default — the two pages that always exist. Once there's a real
  domain and live barbershops, run `npm run sitemap` (see
  scripts/generate-sitemap.mjs) to regenerate this with every barbershop and
  barber page included; wire it into a pre-deploy step to keep it current.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://barberbooking.example/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://barberbooking.example/app</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
