Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "AC Cool Air",
description: "AC Cool Air is a full-service HVAC contractor serving Boca Raton and surrounding areas with expertise in air conditioning installation, repair, and maintenance. The company specializes in residential and commercial cooling solutions, offering prompt service and honest diagnostics to keep systems running efficiently year-round in South Florida's demanding climate.",
url: "http://accoolair.com/",
telephone: "+1-561-990-2026",
address: {
@type: "PostalAddress",
streetAddress: "1616 NW 2nd Ave",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33432",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.3653355,
longitude: -80.0897648
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "253",
bestRating: "5"
},
areaServed: "Boca Raton, FL and surrounding South Florida communities",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair or installation, commercial property managers, customers seeking reliable local HVAC service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Focus"
}
],
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.