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: "Blue Sky Heating and Air",
description: "Blue Sky Heating and Air is a full-service HVAC company serving the Austin area with expertise in heating, cooling, and air quality solutions for residential and commercial properties. They offer installation, repair, and maintenance services backed by experienced technicians and a commitment to customer satisfaction. Their comprehensive offerings include emergency service, preventive maintenance plans, and free estimates to help customers make informed decisions about their HVAC needs.",
url: "https://blueskyheatingandair.net/",
telephone: "+1-512-222-6666",
address: {
@type: "PostalAddress",
streetAddress: "5900 Balcones Dr STE 5090",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78731",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3415589,
longitude: -97.75495459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "388",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair, Commercial property managers, New construction builders, Customers seeking preventive maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@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.