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: "ETS Tree Service",
description: "ETS Tree Service provides comprehensive tree care solutions for residential and commercial properties throughout the Birmingham area. Their services include tree removal, trimming, pruning, and stump grinding, handled by experienced professionals committed to safety and property preservation. They serve both routine maintenance needs and emergency storm damage situations.",
url: "http://etstree.org/",
telephone: "+1-205-856-2078",
address: {
@type: "PostalAddress",
streetAddress: "4813 Pinson Valley Pkwy",
addressLocality: "Birmingham",
addressRegion: "AL",
postalCode: "35215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6621642,
longitude: -86.7051091
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Birmingham, AL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with multiple properties, residents experiencing storm damage",
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.