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: "Trinity Forest Tree Care Service",
description: "Trinity Forest Tree Care Service is a full-service tree care company serving the Fort Worth area with expertise in tree removal, trimming, pruning, stump grinding, and emergency storm cleanup. The team handles both routine maintenance and complex tree work with professional equipment and licensed, insured technicians. They specialize in keeping trees healthy, safe, and aesthetically maintained for residential and commercial properties.",
url: "https://trinityforesttreecareservice.com/",
telephone: "+1-817-609-1495",
address: {
@type: "PostalAddress",
streetAddress: "6909 Sandalwood Ln",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7003152,
longitude: -97.4334636
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "146",
bestRating: "5"
},
areaServed: "Fort Worth, TX and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers with multiple trees, commercial properties, emergency storm damage cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed, Insured, and Professional"
},
{
@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.