{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Westchester Garage Door",
"url": "https://westchester-garagedoor.com/",
"image": "https://westchester-garagedoor.com/wp-content/themes/twentysixteen/img/logo.png",
"telephone": "+1-866-210-0831",
"address": {
"@type": "PostalAddress",
"streetAddress": "Service area includes Yorktown Heights",
"addressLocality": "Yorktown Heights",
"addressRegion": "NY",
"addressCountry": "US"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "45"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "John Doe"
},
"datePublished": "2025-05-25",
"reviewBody": "The team at Westchester Garage Door was professional and efficient. They repaired my broken spring in no time, and my garage door works like new!",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"datePublished": "2025-06-01",
"reviewBody": "I had a great experience purchasing a new garage door. The sales team helped me choose the perfect model, and the installation was seamless.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.5",
"bestRating": "5"
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Emily Johnson"
},
"datePublished": "2025-06-03",
"reviewBody": "The installation team was on time and very courteous. They explained everything clearly and made sure I was satisfied with their work.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
}
}
]
}