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: "AVN Air Conditioning",
description: "AVN Air Conditioning is a general contracting and HVAC service provider based in Laredo, TX. They offer air conditioning installation, repair, and maintenance services for residential and commercial clients. With a focus on reliable cooling solutions in the Texas heat, AVN Air Conditioning serves the Laredo area with professional HVAC expertise.",
telephone: "+1-956-251-6501",
address: {
@type: "PostalAddress",
streetAddress: "107 Candlewood Rd",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.570263800000003,
longitude: -99.4912906
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners and businesses needing air conditioning repair, installation, and maintenance in Laredo",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local HVAC Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting Services"
}
],
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.