Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Heating and Air Conditioning Chicago",
description: "Heating and Air Conditioning Chicago provides HVAC installation, repair, and maintenance services to residential and commercial customers throughout the Chicago area. Serving the community from their West Side location, they handle heating system repairs, air conditioning service, and seasonal maintenance to keep homes and businesses comfortable year-round.",
telephone: "+1-464-266-2930",
address: {
@type: "PostalAddress",
streetAddress: "1054 W 31st Pl",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60608",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.8378191,
longitude: -87.65302799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas",
knowsAbout: "HVAC & Heating, Chicago homeowners, Small to medium businesses, Property managers needing reliable HVAC maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Chicago Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Service"
}
],
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.