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: "Tree Trimmers USA",
description: "Tree Trimmers USA is a full-service tree care company operating in Fort Pierce, offering professional tree trimming, removal, and stump grinding services. The company specializes in maintaining healthy trees while ensuring safety for residential and commercial properties. They handle emergency storm damage cleanup and provide free estimates for all tree care projects.",
telephone: "+1-772-460-0778",
address: {
@type: "PostalAddress",
streetAddress: "907 N 13th St",
addressLocality: "Fort Pierce",
addressRegion: "FL",
postalCode: "34950",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.4578875,
longitude: -80.3377022
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Fort Pierce and surrounding Treasure Coast communities",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with commercial grounds, storm-damaged property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@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.