Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Christianson Air Conditioning",
description: "Christianson Air Conditioning provides air conditioning repair and installation services to Austin residents. With local expertise and direct phone contact, they serve homeowners seeking HVAC solutions for their cooling systems.",
telephone: "+1-737-324-7294",
address: {
@type: "PostalAddress",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78729",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4646593,
longitude: -97.7471025
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.6",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "HVAC & Heating, Austin homeowners needing AC repair, new air conditioning installation, cooling system maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Austin Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "AC Repair & Installation"
}
],
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.