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 Jaws",
description: "Tree Jaws is a full-service tree care company serving Fort Lauderdale and surrounding areas with expert tree removal, trimming, pruning, and stump grinding. They handle emergency storm damage cleanup and provide comprehensive arboricultural services for residential and commercial properties. Their experienced team is licensed and insured, offering free estimates and same-day emergency response to keep properties safe and healthy.",
url: "https://treejaws.com/",
telephone: "+1-954-540-0139",
address: {
@type: "PostalAddress",
streetAddress: "2475 FL-84",
addressLocality: "Fort Lauderdale",
addressRegion: "FL",
postalCode: "33312",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.0878937,
longitude: -80.1729004
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "366",
bestRating: "5"
},
areaServed: "Fort Lauderdale, FL and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing emergency storm cleanup, property managers maintaining multiple trees, commercial properties requiring professional arboriculture services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@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.