script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Peachy Clean Auto Spa",
"image": "https://yourwebsite.com/logo.jpg",
"url": "https://peachycleanautospa.com",
"telephone": "+1-802-498-4251",
"address": {
"@type": "PO Box 43",
"streetAddress": "64 Church Street",
"addressLocality": "Marshfield",
"addressRegion": "VT",
"postalCode": "05658",
"addressCountry": "US"
},
"openingHours": "Mo,Tu,We,Th,Fr 09:00-17:00",
"priceRange": "$$",
"sameAs": [
"https://www.facebook.com/peachycleanautospa",
"https://www.yelp.com/biz/peachy-clean-auto-spa-marshfield"
],
"serviceArea": {
"@type": "GeoCircle",
"geoMidpoint": {
"@type": "GeoCoordinates",
"latitude": 44.3534,
"longitude": -72.3487
},
"geoRadius": 100000
}
}