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: "Clark's Heating And Cooling Brooklyn",
description: "Clark's Heating And Cooling Brooklyn provides comprehensive HVAC services to Brooklyn and surrounding areas. Specializing in heating and cooling system installation, repair, and maintenance, they serve both residential and commercial clients with professional, reliable service.",
telephone: "+1-929-538-3756",
address: {
@type: "PostalAddress",
streetAddress: "349 Bergen St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6826997,
longitude: -73.9798807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding neighborhoods",
knowsAbout: "HVAC & Heating, Brooklyn homeowners and businesses needing heating and cooling repairs, installations, or maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Brooklyn Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full HVAC Solutions"
}
],
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.