{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Ionic Fresh",
"image": "https://www.carpetfreshcleaning.com/logo.png",
"url": "https://www.carpetfreshcleaning.com/buchanan-mi-carpet-cleaning",
"telephone": "(574) 968-7396",
"address": {
"@type": "PostalAddress",
"streetAddress": "4312 Hunter Run Circle",
"addressLocality": "South Bend",
"addressRegion": "IN",
"postalCode": "46628",
"addressCountry": "US"
},
"serviceArea": {
"@type": "Place",
"name": "Buchanan, MI"
},
"areaServed": "Buchanan, Michigan",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Carpet Cleaning Services",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Carpet Cleaning in Buchanan, MI",
"serviceType": "Carpet Cleaning"
}
}
]
}
}