Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jacksonville Tree Service",
description: "Jacksonville Tree Service provides professional tree removal, trimming, and stump grinding throughout Jacksonville and the surrounding region. With over 20 years of experience, the company specializes in safely removing hazardous trees, emergency storm damage cleanup, and routine tree maintenance for residential and commercial properties. They are fully licensed and insured, offering free estimates and same-day service for emergency situations.",
telephone: "+1-904-467-7123",
address: {
@type: "PostalAddress",
streetAddress: "6601 Cleveland Rd",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3833092,
longitude: -81.71563909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, commercial property managers, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.