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: "Hanchey's Heating, A/C & Insulation, Inc.",
description: "Hanchey's Heating, A/C & Insulation, Inc. is a full-service HVAC and insulation company serving the Kimberly area with heating and cooling system installation, repair, and maintenance. They also provide insulation services to improve energy efficiency in residential properties. With local roots in the community, they handle both routine maintenance and emergency repair needs for homeowners looking to stay comfortable year-round.",
telephone: "+1-208-731-3140",
address: {
@type: "PostalAddress",
streetAddress: "607 Eastland Dr S",
addressLocality: "Kimberly",
addressRegion: "ID",
postalCode: "83341",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.539231,
longitude: -114.44036399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Kimberly, ID and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing heating and cooling repairs, homeowners upgrading insulation, property owners seeking year-round comfort solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insulation Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.