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: "Sanborn's Air Conditioning & Heating",
description: "Sanborn's Air Conditioning & Heating is a full-service HVAC contractor serving the Redlands area since 1946. They specialize in air conditioning installation, heating systems, maintenance, and repairs for residential customers. The company offers comprehensive cooling and heating solutions, emergency service, and preventive maintenance plans to keep systems running efficiently year-round.",
url: "https://www.sanbornsac.com/",
telephone: "+1-909-368-0700",
address: {
@type: "PostalAddress",
streetAddress: "415 E High Ave",
addressLocality: "Redlands",
addressRegion: "CA",
postalCode: "92374",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.06082,
longitude: -117.1780199
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "517",
bestRating: "5"
},
areaServed: "Redlands, CA and surrounding San Bernardino County areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair or replacement, those seeking preventive maintenance plans, customers requiring emergency HVAC service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Maintenance Plans"
}
],
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.