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: "Braddock's Tree Service",
description: "Braddock's Tree Service is a Jacksonville-based tree care company offering comprehensive services including tree removal, trimming, pruning, and stump grinding. With over a decade of local experience, they handle everything from routine maintenance to emergency storm cleanup, serving residential and commercial properties throughout the Jacksonville area with licensed, insured professionals.",
url: "http://braddockstreeservice.co/",
telephone: "+1-904-343-1527",
address: {
@type: "PostalAddress",
streetAddress: "1407 Eastport Rd",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32218",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.443161499999995,
longitude: -81.60885789999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, commercial property managers, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
}
],
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.