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: "Atlanta Heating & Air Conditioning",
description: "Atlanta Heating & Air Conditioning provides HVAC installation, repair, and maintenance services to Atlanta-area homes and businesses. With a 4.7-star rating from customer reviews, they deliver reliable climate control solutions for heating and cooling needs. The team handles everything from emergency repairs to system replacements and routine maintenance.",
telephone: "+1-404-678-2154",
address: {
@type: "PostalAddress",
streetAddress: "1036 White St SW",
addressLocality: "Atlanta",
addressRegion: "GA",
postalCode: "30310",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7316779,
longitude: -84.4216754
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Atlanta, GA and surrounding areas",
knowsAbout: "HVAC & Heating, Atlanta homeowners needing HVAC repairs, Commercial property managers, Customers seeking maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Atlanta 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.