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: "Weather Heating & Air",
description: "Weather Heating & Air provides HVAC services to Charlotte-area residents, specializing in heating and air conditioning system installation, repair, and maintenance. With local expertise and direct phone access, they serve homeowners seeking reliable climate control solutions for their properties.",
telephone: "+1-704-549-4821",
address: {
@type: "PostalAddress",
streetAddress: "422 Goodloe Dr",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28262",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3463756,
longitude: -80.7024046
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "HVAC & Heating, Charlotte homeowners needing heating and cooling system repair, maintenance, or installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Charlotte Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Heating & Cooling 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.