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: "USA Air",
description: "USA Air is a full-service HVAC company based in San Antonio specializing in air conditioning and heating installation, repair, and maintenance for residential and commercial properties. With over 20 years of experience, they offer emergency services, free estimates, and maintenance plans to keep systems running efficiently year-round.",
url: "https://usaairtx.com/",
telephone: "+1-210-269-3100",
address: {
@type: "PostalAddress",
streetAddress: "3707 Culebra Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.450497,
longitude: -98.5765443
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "187",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing reliable air conditioning and heating repairs, new system installations, and preventative maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & 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.