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: "City Heating and Air",
description: "City Heating and Air is a Charlotte-based HVAC company specializing in heating, cooling, and air quality solutions for residential and commercial properties. They offer installation, repair, and maintenance services with a focus on energy-efficient systems and customer satisfaction. With extensive experience serving the Charlotte area, they provide comprehensive climate control solutions tailored to local weather conditions and building needs.",
url: "http://cityheatingandair.com/",
telephone: "+1-704-400-0000",
address: {
@type: "PostalAddress",
streetAddress: "4921 Albemarle Rd STE 101",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2013704,
longitude: -80.7644847
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "158",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC or heating repair, Property managers with commercial HVAC systems, Families seeking preventive maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Offerings"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customer-Focused"
}
],
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.