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: "McClaren Heating & Air Conditioning, Inc.",
description: "McClaren Heating & Air Conditioning is a full-service HVAC contractor serving the South Shore and surrounding areas. They specialize in heating and cooling system installation, repair, and maintenance for residential and commercial properties. With decades of experience, McClaren provides emergency service, preventive maintenance plans, and free estimates to help customers keep their systems running efficiently year-round.",
url: "https://mcclarenhvac.net/",
telephone: "+1-781-447-0136",
address: {
@type: "PostalAddress",
streetAddress: "582 Oak St",
addressLocality: "East Bridgewater",
addressRegion: "MA",
postalCode: "02333",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.057817,
longitude: -70.909223
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "643",
bestRating: "5"
},
areaServed: "East Bridgewater, MA and surrounding South Shore communities",
knowsAbout: "HVAC & Heating, Homeowners needing reliable heating and cooling service, commercial property managers, families seeking emergency HVAC support, properties requiring system replacement or upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive Maintenance Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.