Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Midwest Flooring Installation",
description: "Midwest Flooring Installation is a full-service flooring contractor in Oklahoma City specializing in residential installation of hardwood, laminate, tile, vinyl, and carpet flooring. The team provides detailed in-home measurements and consultations to help customers select the right flooring for each room, then handles professional installation with friendly, skilled technicians. They work closely with customers to schedule installations at convenient times and ensure quality craftsmanship throughout the project.",
url: "http://www.midwestflooring.net/",
telephone: "+1-405-601-7736",
address: {
@type: "PostalAddress",
streetAddress: "7632 NW 3rd St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4697455,
longitude: -97.64700239999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "558",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Flooring, Homeowners replacing or upgrading flooring, renovation projects requiring multiple flooring types, customers seeking professional installation with personalized guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Detailed Room-by-Room Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Types"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation Team"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.