Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Acorn Tree Service",
description: "Acorn Tree Service is a local tree care company in Harrisonburg offering comprehensive services including tree removal, trimming, pruning, and stump grinding. The team handles everything from routine maintenance to emergency storm cleanup, with a focus on safe, professional work. They serve residential and commercial properties throughout the Harrisonburg area.",
url: "https://acorn-tree-service.com/",
telephone: "+1-540-739-5151",
address: {
@type: "PostalAddress",
streetAddress: "4540 Drysdale St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.380039499999995,
longitude: -78.879558
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with commercial grounds, residents with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.