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: "The Davey Tree Expert Company",
description: "Davey Tree Expert Company is a national tree care and arboriculture leader serving Tampa and surrounding areas with comprehensive services including tree removal, trimming, stump grinding, and emergency storm cleanup. With decades of expertise in commercial and residential tree services, Davey combines certified arborists, advanced equipment, and professional practices to maintain and protect trees while ensuring property safety. They offer specialized solutions for landscape health, risk assessment, and emergency response to storm-damaged trees.",
url: "https://www.davey.com/commercial-services/",
telephone: "+1-813-854-2383",
address: {
@type: "PostalAddress",
streetAddress: "12920 Dupont Cir",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33626",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.059153,
longitude: -82.646952
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2",
reviewCount: "74",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding communities",
knowsAbout: "Tree Services, Homeowners with mature trees, commercial property managers, businesses requiring landscape maintenance, property owners needing emergency storm cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Arborists on Staff"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Tree Care Services"
}
],
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.