Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "All American Tree Services",
description: "All American Tree Services is a locally-operated tree care company serving the Sunrise area and surrounding communities. They provide comprehensive tree services including removal, trimming, pruning, and stump grinding for residential and commercial properties. With a focus on professional workmanship and customer satisfaction, they handle both routine maintenance and emergency storm damage situations.",
telephone: "+1-954-479-2017",
address: {
@type: "PostalAddress",
streetAddress: "4525A N Pine Island Rd",
addressLocality: "Sunrise",
addressRegion: "FL",
postalCode: "33351",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.180504499999998,
longitude: -80.2687783
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Sunrise, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm 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.