Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Timberwolf Tree Service",
description: "Timberwolf Tree Service is a local tree care company serving Yonkers and surrounding areas. They provide comprehensive tree services including removal, trimming, pruning, and stump grinding for residential and commercial properties. With a focus on safe, professional arboriculture, Timberwolf handles both routine maintenance and emergency storm damage cleanup.",
telephone: "+1-914-431-4621",
address: {
@type: "PostalAddress",
streetAddress: "58 Arthur St",
addressLocality: "Yonkers",
addressRegion: "NY",
postalCode: "10701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.9603371,
longitude: -73.8892106
},
areaServed: "Yonkers, NY and surrounding Westchester County communities",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, commercial property managers, property owners with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Yonkers Business"
}
],
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.