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: "Shaw's Tree Service",
description: "Shaw's Tree Service is a locally-owned tree care company serving Jacksonville and surrounding areas with comprehensive arboriculture services. They specialize in tree removal, trimming, pruning, stump grinding, and emergency storm cleanup for residential and commercial properties. With decades of experience, Shaw's Tree Service combines professional expertise with customer-focused service to keep properties safe and well-maintained.",
url: "http://www.shawtree.com/",
telephone: "+1-904-388-9960",
address: {
@type: "PostalAddress",
streetAddress: "2762 W Beaver St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32254",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.329665900000002,
longitude: -81.713437
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "246",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, commercial property managers, properties requiring emergency storm cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Established"
},
{
@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.