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: "Cool Monkey A/c & Heating",
description: "Cool Monkey A/C & Heating is a family-owned HVAC contractor serving the Phoenix metropolitan area with expert air conditioning and heating installation, repair, and maintenance. Specializing in both residential and commercial systems, they offer free estimates, emergency service availability, and a commitment to keeping customers comfortable year-round in Arizona's demanding climate.",
url: "http://coolmonkeyac.com/",
telephone: "+1-602-736-6295",
address: {
@type: "PostalAddress",
streetAddress: "3701 E Baseline Rd",
addressLocality: "Gilbert",
addressRegion: "AZ",
postalCode: "85234",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.37838180000001,
longitude: -111.7519524
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "114",
bestRating: "5"
},
areaServed: "Gilbert, Phoenix, and surrounding Phoenix metropolitan area",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair or replacement, businesses with commercial HVAC systems, Arizona residents requiring emergency cooling services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Local Business"
}
],
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.