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: "Tri-City A/C & Heating",
description: "Tri-City A/C & Heating is a San Antonio-based HVAC company providing comprehensive air conditioning, heating, and ventilation services for residential and commercial customers. With over two decades of experience, they offer installation, repair, maintenance, and emergency services with a focus on energy-efficient solutions and customer satisfaction. Their team handles everything from routine maintenance plans to complex system replacements.",
url: "https://www.tri-cityac.com/",
telephone: "+1-210-825-0194",
address: {
@type: "PostalAddress",
streetAddress: "9111 Broadway",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.523773400000003,
longitude: -98.4583985
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "212",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing repairs or replacements, businesses requiring commercial HVAC services, property owners seeking maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Energy-Efficient Solutions"
},
{
@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.