<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — The Shop Autobody
  ════════════════════════════════════════════════════════════════════════
  FIX (Critical + High): Removed all /#/ hash-fragment URLs.
  Google does NOT index hash fragments as separate pages.
  All URLs now use real BrowserRouter paths after the HashRouter → BrowserRouter fix.

  After deploying all fixes:
  1. Go to https://search.google.com/search-console
  2. Select theshopautobody.com property
  3. Click Sitemaps → Add a new sitemap
  4. Enter: sitemap.xml → Submit
  ════════════════════════════════════════════════════════════════════════
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage -->
  <url>
    <loc>https://theshopautobody.com/</loc>
    <lastmod>2026-03-18</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Services page -->
  <url>
    <loc>https://theshopautobody.com/service</loc>
    <lastmod>2026-03-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About Us page -->
  <url>
    <loc>https://theshopautobody.com/about-us</loc>
    <lastmod>2026-03-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact page -->
  <url>
    <loc>https://theshopautobody.com/contact</loc>
    <lastmod>2026-03-18</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
