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 Care St Lucie",
description: "Tree Care St Lucie provides professional tree trimming, removal, and stump grinding services to Port St. Lucie and surrounding areas. The company specializes in storm cleanup, emergency tree services, and routine maintenance to keep residential and commercial properties safe and well-maintained. They are fully licensed and insured, offering free estimates for all projects.",
url: "https://treetrimmingportstlucie.net/",
telephone: "+1-386-284-8111",
address: {
@type: "PostalAddress",
streetAddress: "2398 SE Cooper Ln",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34984",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.269031000000002,
longitude: -80.35444849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Port St. Lucie, FL and surrounding areas",
knowsAbout: "Tree Services, Property owners needing tree removal or trimming, homeowners dealing with storm damage, commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Services"
},
{
@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.