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: "Tree Fellers",
description: "Tree Fellers is a full-service tree care company based in Goodlettsville, Tennessee, offering professional tree removal, trimming, pruning, and stump grinding. They handle emergency storm damage cleanup and provide free estimates for all services. With a focus on safety and customer satisfaction, Tree Fellers serves the Nashville metro area with licensed and insured professionals.",
url: "https://www.localtreefellers.com/",
telephone: "+1-615-488-8020",
address: {
@type: "PostalAddress",
streetAddress: "2942 Greer Rd",
addressLocality: "Goodlettsville",
addressRegion: "TN",
postalCode: "37072",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.357769,
longitude: -86.774807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "63",
bestRating: "5"
},
areaServed: "Goodlettsville, TN and surrounding Nashville metropolitan area",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers handling storm damage, residential customers seeking routine tree maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Tree Care Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Transparent Pricing"
}
],
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.