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: "American Heating, Inc.",
description: "American Heating, Inc. is a Portland-based HVAC contractor serving the Portland metro area with heating, cooling, and ventilation services. The company provides installation, maintenance, and repair services for residential and commercial properties, helping customers maintain comfortable indoor environments year-round.",
url: "http://www.americanheating.net/",
telephone: "+1-503-239-4600",
address: {
@type: "PostalAddress",
streetAddress: "5035 SE 24th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4861604,
longitude: -122.64188899999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding metro areas",
knowsAbout: "HVAC & Heating, Portland homeowners needing heating repairs, Commercial property managers, Customers seeking local HVAC contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Portland Contractor"
},
{
@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.