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: "One Hour Heating & Air Conditioning",
description: "One Hour Heating & Air Conditioning in San Antonio provides comprehensive HVAC services including installation, repair, and maintenance for residential and commercial customers. With a 4.9 rating from hundreds of reviews, they offer emergency service, free estimates, and maintenance plans to keep systems running efficiently year-round. Their experienced technicians handle everything from routine tune-ups to complex system replacements.",
url: "https://www.onehourheatandair.com/san-antonio-north/",
telephone: "+1-210-588-0555",
address: {
@type: "PostalAddress",
streetAddress: "10812 Hillpoint Dr",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78217",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.539475099999997,
longitude: -98.4269801
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "207",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing repairs or system upgrades, commercial property managers, customers seeking preventative maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Maintenance Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.