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: "Air Plus Heating & Cooling",
description: "Air Plus Heating & Cooling is a full-service HVAC contractor serving San Diego and surrounding areas. They specialize in residential and commercial heating, cooling, and air quality solutions, including system installation, repair, maintenance, and duct cleaning. The team is licensed and insured, offering free estimates and flexible financing options to make climate control accessible for every home and business.",
url: "https://airplusmechanical.com/",
telephone: "+1-858-505-8711",
address: {
@type: "PostalAddress",
streetAddress: "9484 Chesapeake Dr Ste. 806",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8367236,
longitude: -117.1246494
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "331",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC or heating repair, businesses requiring commercial HVAC service, residents seeking maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Financing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive HVAC Services"
}
],
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.