Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Midwest Home Improvements",
description: "Midwest Home Improvements is a general contracting company based in Oklahoma City that specializes in comprehensive home remodeling and construction services. Run by experienced contractors, they handle everything from kitchen and bathroom renovations to full home additions and repairs, serving residential clients throughout the Oklahoma City area.",
url: "https://pablomeeks951.wixsite.com/mid-westhomeconst",
telephone: "+1-405-493-2609",
address: {
@type: "PostalAddress",
streetAddress: "6027 NW 10th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73127",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4794988,
longitude: -97.6205459
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners planning renovations, Kitchen and bathroom remodels, Home additions and expansions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Remodeling"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.