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: "Heating + Air Paramedics",
description: "Heating + Air Paramedics is a full-service HVAC company serving the Raleigh area with emergency repairs, maintenance plans, and system installations. They specialize in heating and cooling solutions for residential and commercial properties, offering 24/7 emergency service to keep customers comfortable year-round. Known for rapid response times and professional technicians, they provide free estimates and handle everything from routine maintenance to complex system replacements.",
url: "https://www.heatingairparamedics.com/raleigh-nc",
telephone: "+1-919-803-6690",
address: {
@type: "PostalAddress",
streetAddress: "5617 Departure Dr STE 107",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8604042,
longitude: -78.5929336
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "393",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing emergency repairs, property owners seeking routine maintenance, businesses requiring reliable climate control",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Maintenance Plans"
}
],
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.