<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage — highest priority -->
  <url>
    <loc>https://bikersbrain.in/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Products listing — high priority -->
  <url>
    <loc>https://bikersbrain.in/products</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Blog listing -->
  <url>
    <loc>https://bikersbrain.in/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- About -->
  <url>
    <loc>https://bikersbrain.in/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://bikersbrain.in/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Policies -->
  <url>
    <loc>https://bikersbrain.in/return-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bikersbrain.in/shipping-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bikersbrain.in/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://bikersbrain.in/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    NOTE: Product and blog post URLs are dynamic.
    For maximum SEO, generate a dynamic sitemap from your backend API.
    Add an endpoint like GET /api/sitemap that returns all product slugs and blog slugs.
    Example product URLs:
    <url><loc>https://bikersbrain.in/products/royal-enfield-brake-pad-set</loc>...</url>
    Example blog URLs:
    <url><loc>https://bikersbrain.in/blog/best-helmets-under-5000</loc>...</url>
  -->
</urlset>
