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: "Avante Tree Cutting Service",
description: "Avante Tree Cutting Service is a locally-owned tree care company serving the Laredo area with comprehensive tree removal, trimming, and stump grinding services. Based in Laredo, they handle everything from routine tree maintenance to emergency storm damage cleanup, bringing professional expertise to residential and commercial properties throughout South Texas.",
url: "http://www.avantetreecuttingservice.com/",
telephone: "+1-956-744-8891",
address: {
@type: "PostalAddress",
streetAddress: "1307 Main Ave",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.511077699999998,
longitude: -99.5120159
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding South Texas communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with multiple trees, businesses requiring emergency storm cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.