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: "Big B Tree Service LLC",
description: "Big B Tree Service LLC is a Miami-based tree care company specializing in professional tree removal, trimming, and stump grinding. With a focus on quality workmanship and customer satisfaction, they handle both routine maintenance and emergency tree services for residential and commercial properties throughout the Miami area.",
telephone: "+1-786-277-0462",
address: {
@type: "PostalAddress",
streetAddress: "1128 NW 7th Ave",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33136",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.785196600000003,
longitude: -80.2070621
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Miami and surrounding areas, Florida",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers handling commercial landscapes, residents dealing with storm-damaged trees",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Miami Operation"
}
],
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.