<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITEMAP INDEX.

  Google Search Console submits this single URL (sitemap.xml). It points at
  four child sitemaps so each one stays small (well under the 50k-URL /
  50MB Google limit) and can be regenerated independently.

  In production, vercel.json rewrites each *.xml path to the dynamic-sitemap
  edge function with a ?type= query so Google always gets fresh data
  (live barbers, live cities, live categories) without a redeploy. These
  static files are the fallback if the rewrite is removed or the edge
  function is offline — they MUST stay valid XML.

  Submit to GSC as: sitemap.xml  (path only, never the full URL).
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.communitycut.com/sitemap-pages.xml</loc>
    <lastmod>2026-05-05</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.communitycut.com/sitemap-barbers.xml</loc>
    <lastmod>2026-05-05</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.communitycut.com/sitemap-cities.xml</loc>
    <lastmod>2026-05-05</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://www.communitycut.com/sitemap-categories.xml</loc>
    <lastmod>2026-05-05</lastmod>
  </sitemap>
</sitemapindex>
