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: "American Technical Tree Service L.L.C.",
description: "American Technical Tree Service L.L.C. is a locally-owned tree service company serving the Twin Falls area with comprehensive tree care solutions. They handle tree removal, trimming, pruning, and stump grinding for residential and commercial properties. With a focus on technical expertise and safety, they deliver professional arboriculture services to keep your landscape healthy and hazard-free.",
telephone: "+1-208-420-2488",
address: {
@type: "PostalAddress",
streetAddress: "1961 Tamarack Loop",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.581848,
longitude: -114.44583010000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Twin Falls, Idaho and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers, commercial landscaping clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned"
},
{
@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.