Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Oklahoma City Air Conditioning & Heating - N Walker Ave",
description: "Oklahoma City Air Conditioning & Heating is a full-service HVAC contractor serving the Oklahoma City area with air conditioning, heating, and general contracting services. They provide both emergency and routine service for residential and commercial customers. With a focus on quality workmanship and customer service, they handle installations, repairs, and maintenance for heating and cooling systems.",
telephone: "+1-405-851-5607",
address: {
@type: "PostalAddress",
streetAddress: "1115 N Walker Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4793659,
longitude: -97.52130939999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing emergency AC/heating repairs, Residential customers requiring HVAC maintenance, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency HVAC Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service HVAC"
}
],
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.