{%- comment -%} Organization schema — render once on the homepage (theme.liquid) {%- endcomment -%}
{%- if template.name == 'index' -%}
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://bikesterglobal.com/#organization",
  "name": "Bikester Global",
  "legalName": "Bikester Global Private Limited",
  "url": "https://bikesterglobal.com/",
  "logo": "https://bikesterglobal.com/{{ settings.logo | image_url: width: 400 | remove_first: '//' }}",
  "description": "India's multi-brand motorcycle gear retailer — helmets, riding jackets, gloves, boots and accessories from 40+ brands. Stores in Mumbai, Thane and Pune.",
  "telephone": "{{ REPLACE_PHONE }}",
  "email": "{{ REPLACE_EMAIL }}",
  "sameAs": [
    "https://www.facebook.com/bikesterglobal.shop",
    "https://www.instagram.com/bikesterglobal.shop",
    "https://www.youtube.com/@bikesterglobal",
    "https://www.indiamart.com/bikesterglobal/"
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "979",
    "bestRating": "5"
  }
}
</script>
{%- endif -%}