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: "Heating and Air Conditioning Bakersfield",
description: "Heating and Air Conditioning Bakersfield provides HVAC installation, repair, and maintenance services to residential customers in the Bakersfield area. The company offers heating and cooling system services to help keep homes comfortable year-round in California's Central Valley climate.",
telephone: "+1-661-735-1152",
address: {
@type: "PostalAddress",
streetAddress: "312 Decatur St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4139626,
longitude: -119.0270956
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing HVAC repairs, Air conditioning service, Heating system maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local HVAC Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Phone Contact"
}
],
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.