{
"@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 Lake Charles, Louisiana.",
"areaServed": [
{
"@type": "City",
"name": "Lake Charles"
},
{
"@type": "State",
"name": "Louisiana"
}
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Lake Charles",
"addressRegion": "LA",
"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"
}
}
]
}
}