{
  "@context": "https://schema.org",
  "@type": "BarberShop",
  "name": "High St Barber",
  "alternateName": ["High Street Barber Echuca", "High St Barber Echuca"],
  "description": "Walk-in barbershop on High Street, Echuca, run by Chandan. Men's cuts, fades, beard trims, traditional hot-towel shaves, and kids' cuts. No appointments — walk-ins only.",
  "url": "https://highstbarber.com.au",
  "image": "https://highstbarber.com.au/hero-storefront.jpg",
  "logo": "https://highstbarber.com.au/logo-original.jpg",
  "telephone": "+61435148249",
  "email": "highstbarberechuca@gmail.com",
  "priceRange": "$$",
  "currenciesAccepted": "AUD",
  "paymentAccepted": ["Cash", "EFTPOS", "Visa", "Mastercard"],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "560 High Street",
    "addressLocality": "Echuca",
    "addressRegion": "VIC",
    "postalCode": "3564",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.13208,
    "longitude": 144.75407
  },
  "areaServed": [
    "Echuca",
    "Moama",
    "Kyabram",
    "Rochester",
    "Campaspe Shire"
  ],
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
      "opens": "08:00",
      "closes": "17:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "09:00",
      "closes": "12:00"
    }
  ],
  "sameAs": [
    "https://www.facebook.com/Highstbarberechuca/",
    "https://www.instagram.com/highstbarberechuca/",
    "https://wa.me/message/QNFN4CNXJPW4C1"
  ],
  "employee": [
    {
      "@type": "Person",
      "name": "Chandan",
      "jobTitle": "Owner & Barber"
    }
  ],
  "services": [
    "Men's haircuts",
    "Skin fades",
    "Beard trims and line-ups",
    "Traditional hot-towel straight-razor shaves",
    "Kids' haircuts"
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.8,
    "reviewCount": 280,
    "bestRating": 5,
    "worstRating": 1
  },
  "bookingPolicy": "Walk-ins only. No appointments or online bookings.",
  "asOf": "2026-05"
}
