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: "Aviator Heating & Cooling",
description: "Aviator Heating & Cooling is a Portland-based HVAC contractor specializing in heating, cooling, and air quality solutions for residential and commercial properties. They provide installation, maintenance, and repair services for furnaces, air conditioners, heat pumps, and ventilation systems. With a focus on customer service and energy-efficient solutions, Aviator helps homeowners and businesses maintain comfortable indoor environments year-round.",
url: "https://callaviator.com/service-area/hvac/portland-or/",
telephone: "+1-360-677-4822",
address: {
@type: "PostalAddress",
streetAddress: "650 NE Holladay St Suite 1600",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97232",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5297686,
longitude: -122.6590878
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing furnace or AC repair, businesses seeking commercial HVAC maintenance, energy-conscious customers considering heat pump installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Heat Pump Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive HVAC Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.