{
"@context": "https://schema.org",
"@type": "InsulationInstaller",
"name": "Bo's Insulation",
"image": "https://www.bosinsulation.com/logo.jpg",
"@id": "https://www.bosinsulation.com",
"url": "https://www.bosinsulation.com",
"telephone": "405-XXX-XXXX",
"address": {
"@type": "PostalAddress",
"streetAddress": "4408 Coltrane Place",
"addressLocality": "Oklahoma City",
"addressRegion": "OK",
"postalCode": "73121",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 35.4676,
"longitude": -97.5164
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
"opens": "08:00",
"closes": "17:00"
},
"priceRange": "$$",
"servesCuisine": "Insulation Services",
"areaServed": {
"@type": "City",
"name": "Oklahoma City Metro"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"reviewCount": "89"
}
}