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: "Chattanooga Heating & Air Conditioning, Inc.",
description: "Chattanooga Heating & Air Conditioning, Inc. is a full-service HVAC company serving the Chattanooga area with heating, cooling, and air quality solutions for residential and commercial properties. They handle installation, repair, and maintenance of furnaces, air conditioners, heat pumps, and ductwork. The team provides emergency service to keep homes and businesses comfortable year-round.",
url: "http://www.chattanoogaheatingandair.com/",
telephone: "+1-423-622-3988",
address: {
@type: "PostalAddress",
streetAddress: "3109 Dodds Ave",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.005226199999996,
longitude: -85.2796388
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Chattanooga, Tennessee and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing emergency repairs, property managers with commercial HVAC systems, families seeking routine maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Solutions"
}
],
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.