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: "Tree and Palm Service",
description: "Tree and Palm Service is a licensed and insured tree care company serving the Tampa Bay area, specializing in tree and palm pruning, removal, and planting. Based in Clearwater, they handle both routine maintenance to keep trees healthy and emergency removal of dangerous or unhealthy trees and palms. Their team provides comprehensive tree services across Pinellas and Hillsborough Counties with a focus on customer satisfaction and property enhancement.",
url: "https://treeandpalmservice.com/",
telephone: "+1-727-218-1300",
address: {
@type: "PostalAddress",
streetAddress: "2100 Calumet St Unit 246",
addressLocality: "Clearwater",
addressRegion: "FL",
postalCode: "33765",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.985633399999998,
longitude: -82.75027229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "63",
bestRating: "5"
},
areaServed: "Clearwater, Tampa Bay, Pinellas County, and Hillsborough County, FL",
knowsAbout: "Tree Services, Homeowners needing tree and palm maintenance, Property owners with hazardous trees, Residents seeking landscape enhancement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Tree and Palm Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Consultations"
}
],
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.