Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Empire Heating & Air Conditioning Co",
description: "Empire Heating & Air Conditioning Co provides comprehensive HVAC services to Brooklyn residents, including heating and cooling system installation, maintenance, and repair. With a focus on reliable service and customer satisfaction, they handle both residential heating and air conditioning needs to keep homes comfortable year-round.",
telephone: "+1-929-543-5132",
address: {
@type: "PostalAddress",
streetAddress: "267 Bond St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6808786,
longitude: -73.9887198
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brooklyn, NY",
knowsAbout: "HVAC & Heating, Brooklyn homeowners needing heating and cooling system installation, repair, and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Brooklyn 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.