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: "Oklahoma Heat, Air, and Refrigeration",
description: "Oklahoma Heat, Air, and Refrigeration is a full-service HVAC company serving Oklahoma City and surrounding areas with heating, cooling, and refrigeration solutions for residential and commercial clients. They offer installation, maintenance, and repair services with a focus on customer satisfaction and professional expertise. With highly-rated service and emergency support, they handle everything from routine tune-ups to complex system replacements.",
url: "https://ok-hvac.com/",
telephone: "+1-405-296-6069",
address: {
@type: "PostalAddress",
streetAddress: "138 NE 46th St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.5184596,
longitude: -97.5081845
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "177",
bestRating: "5"
},
areaServed: "Oklahoma City, OK and surrounding communities",
knowsAbout: "HVAC & Heating, Homeowners needing reliable air conditioning and heating, commercial properties requiring HVAC maintenance, customers seeking emergency repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service HVAC Coverage"
},
{
@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.