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: "Cary Trees",
description: "Cary Trees is a licensed and certified arborist team providing comprehensive tree services to residential and commercial clients throughout the Cary area. They specialize in tree removal, pruning, trimming, stump grinding, and emergency storm response, using modern equipment and eco-friendly practices. Their experienced professionals focus on tree health assessment, safety, and customer satisfaction, offering 24/7 emergency services and free estimates.",
url: "https://treeservicecary.com/",
telephone: "+1-919-759-6199",
address: {
@type: "PostalAddress",
streetAddress: "280 Towerview Ct #7",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27513",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8029191,
longitude: -78.8140976
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding areas",
knowsAbout: "Tree Services, Homeowners with storm-damaged trees, Commercial property managers, Residential landscaping maintenance, Property owners needing emergency tree services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Certified Arborists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Eco-Friendly Practices"
}
],
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.