Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Phoenix AC Services: Heating & Air Conditioning",
description: "Phoenix AC Services specializes in heating and air conditioning installation, repair, and maintenance for residential customers throughout the Phoenix area. With a focus on reliable service and customer satisfaction, they handle everything from emergency AC repairs to system replacements and routine maintenance to keep your HVAC running efficiently year-round.",
telephone: "+1-928-433-1139",
address: {
@type: "PostalAddress",
streetAddress: "8937 N 12th St",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85020",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5672256,
longitude: -112.0563332
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repairs, New construction requiring HVAC installation, Residents seeking routine maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Availability"
}
],
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.