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: "Goodwin Heating & Cooling",
description: "Goodwin Heating & Cooling is a New York-based HVAC contractor offering heating and cooling installation, repair, and maintenance services for residential customers. With a 5-star rating from 13 reviews, they provide professional climate control solutions tailored to meet the needs of Manhattan and surrounding areas.",
telephone: "+1-929-930-3612",
address: {
@type: "PostalAddress",
streetAddress: "20 Greene St 1st Floor",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10013",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7209126,
longitude: -74.0024305
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "New York City and surrounding areas",
knowsAbout: "HVAC & Heating, Manhattan homeowners, apartment dwellers needing HVAC repairs, residential customers seeking climate control upgrades",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Manhattan Location"
}
],
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.