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: "First Street Heating & Air Conditioning Co",
description: "First Street Heating & Air Conditioning Co provides comprehensive HVAC services to New York City, including installation, repair, and maintenance of heating and cooling systems. Based in Greenwich Village, this full-service contractor handles residential and commercial projects with a focus on reliable, professional climate control solutions.",
url: "https://firststreet-hvac.com/",
telephone: "+1-929-732-7654",
address: {
@type: "PostalAddress",
streetAddress: "219 Thompson St",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10012",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7291673,
longitude: -73.999299
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "New York City and surrounding areas",
knowsAbout: "HVAC & Heating, NYC homeowners, apartment dwellers, small commercial properties, building managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Greenwich Village Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service HVAC"
}
],
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.