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: "Pro Tree Services",
description: "Pro Tree Services is a Jupiter-based tree care company run by certified arborists committed to tree health and property beautification. They offer comprehensive services including tree removal, trimming and pruning, stump grinding, tree health inspections and treatments, fertilization, sod installation, lawn care, and storm preparation for both residential and commercial properties. Their philosophy prioritizes rehabilitating trees when possible and only recommending removal when necessary for safety.",
url: "https://protreeservicesfl.com/",
telephone: "+1-561-460-7563",
address: {
@type: "PostalAddress",
streetAddress: "1100 Cherokee St",
addressLocality: "Jupiter",
addressRegion: "FL",
postalCode: "33458",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.9321155,
longitude: -80.11423169999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Jupiter, FL and surrounding areas",
knowsAbout: "Tree Services, Residential homeowners, commercial property managers, storm-damaged tree cleanup, tree health restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Arborists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Quick Response"
}
],
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.