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: "Gateway Air Conditioning",
description: "Gateway Air Conditioning provides HVAC services to the Laredo area, offering air conditioning installation, repair, and maintenance for residential customers. With over two decades of local service experience, they handle cooling system issues and preventative maintenance to keep homes comfortable in the Texas heat.",
telephone: "+1-956-722-3190",
address: {
@type: "PostalAddress",
streetAddress: "417 Shiloh Dr",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5878691,
longitude: -99.4872683
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.5",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "HVAC & Heating, Laredo homeowners needing AC repair, cooling system installation, or routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Laredo Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential HVAC Focus"
}
],
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.