Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jimmy's Arctic Heating & Air Conditioning Repair",
description: "Jimmy's Arctic Heating & Air Conditioning Repair is a family-owned HVAC company serving Hoboken and surrounding areas with professional heating, cooling, and air quality solutions. Specializing in repairs, maintenance, and installations for residential and commercial properties, they offer emergency services and maintenance plans to keep systems running efficiently year-round. With over a decade of local expertise, Jimmy's Arctic combines prompt service, transparent pricing, and a commitment to customer satisfaction.",
url: "https://www.jimmysarcticair.com/",
telephone: "+1-201-408-7730",
address: {
@type: "PostalAddress",
streetAddress: "1016 Bloomfield St",
addressLocality: "Hoboken",
addressRegion: "NJ",
postalCode: "07030",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7492386,
longitude: -74.02834589999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "63",
bestRating: "5"
},
areaServed: "Hoboken, NJ and surrounding Hudson County areas",
knowsAbout: "HVAC & Heating, Homeowners needing reliable HVAC repair, landlords managing rental properties, small commercial businesses, customers seeking emergency heating or cooling service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Maintenance Plans Available"
}
],
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.