{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Hearing Resolutions Center",
"url": "https://www.hearingresolutionscenter.com",
"description": "Licensed hearing aid and testing specialists providing hearing tests, hearing aid fittings, repairs, and follow-up care in Orange, Texas.",
"areaServed": [
{
"@type": "City",
"name": "Orange"
},
{
"@type": "State",
"name": "Texas"
}
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Orange",
"addressRegion": "TX",
"addressCountry": "US"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Hearing Services",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Testing"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Aid Fittings"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Hearing Aid Repairs and Maintenance"
}
}
]
}
}