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: "Premium Tree Service",
description: "Premium Tree Service is a Miami-based tree care company offering comprehensive tree removal, trimming, pruning, and stump grinding services. They serve residential and commercial properties across Miami and surrounding areas with professional, licensed, and insured arborists who handle routine maintenance, emergency storm cleanup, and hazardous tree removal.",
url: "http://thepremiumtree.com/",
telephone: "+1-786-597-2639",
address: {
@type: "PostalAddress",
streetAddress: "2435 NW 56th St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33142",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.8264267,
longitude: -80.2376101
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Miami, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with multiple trees, residential properties after storms, landscaping contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Arborists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency & Storm Services"
},
{
@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.