{
  "@context": "https://schema.org",
  "@type": "BarberShop",
  "name": "RouStyles",
  "description": "Premium barbershop in Lewiston, Maine. Sharp cuts, calm service, and clean work done on time.",
  "url": "https://roustyles.com",
  "telephone": "(207) 576-2207",
  "email": "roustyles2@gmail.com",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "197 Lisbon St",
    "addressLocality": "Lewiston",
    "addressRegion": "ME",
    "postalCode": "04240",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.0955,
    "longitude": -70.2173
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
      "opens": "09:00",
      "closes": "19:00"
    }
  ],
  "priceRange": "$$",
  "image": "images/hero.png",
  "founder": {
    "@type": "Person",
    "name": "Rou"
  }
}
