{%- comment -%} LocalBusiness schema — render on /pages/thane-store only {%- endcomment -%}
{%- if page.handle == 'thane-store' -%}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "AutoPartsStore",
  "@id": "https://bikesterglobal.com/pages/thane-store#store",
  "name": "Bikester Global — Thane Store",
  "image": "https://bikesterglobal.com/{{ REPLACE_STORE_PHOTO }}",
  "url": "https://bikesterglobal.com/pages/thane-store",
  "telephone": "{{ REPLACE_PHONE }}",
  "priceRange": "₹₹",
  "currenciesAccepted": "INR",
  "paymentAccepted": "Cash, UPI, Credit Card, Debit Card, EMI",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "{{ REPLACE_STREET }}",
    "addressLocality": "Thane West",
    "addressRegion": "Maharashtra",
    "postalCode": "{{ REPLACE_PIN }}",
    "addressCountry": "IN"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "{{ REPLACE_LAT }}",
    "longitude": "{{ REPLACE_LNG }}"
  },
  "hasMap": "{{ REPLACE_GOOGLE_MAPS_URL }}",
  "openingHoursSpecification": [{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
    "opens": "10:30",
    "closes": "21:30"
  }],
  "parentOrganization": { "@id": "https://bikesterglobal.com/#organization" },
  "areaServed": [
    "Thane","Naupada","Pachpakhadi","Wagle Estate","Kopri","Manpada",
    "Kapurbawdi","Kasarvadavali","Kalwa","Mulund West","Airoli"
  ],
  "sameAs": [
    "https://www.facebook.com/bikesterglobal.shop",
    "https://www.instagram.com/bikesterglobal.shop"
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "979",
    "bestRating": "5"
  }
}
</script>
{%- endif -%}