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: "Green Tree Service of Laredo",
description: "Green Tree Service of Laredo provides professional tree removal, trimming, and stump grinding services to the Laredo area. The company offers emergency tree services for storm damage and hazardous trees, along with general tree maintenance to keep properties safe and well-maintained. They serve both residential and commercial clients throughout South Texas.",
url: "http://treelawncareservices.us/Laredo",
telephone: "+1-254-324-4348",
address: {
@type: "PostalAddress",
streetAddress: "618 E Ryan St",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78041",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.536534300000003,
longitude: -99.4893886
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Tree Services, Property owners needing tree removal or trimming, homeowners with storm damage, commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
}
],
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.