Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dinast Tree Service",
description: "Dinast Tree Service provides comprehensive tree care solutions in the Corpus Christi area, including tree removal, trimming, pruning, and stump grinding. With a focus on safe and professional service, they handle both routine maintenance and emergency storm damage situations. Their team is equipped to manage residential and commercial tree work with attention to property safety and tree health.",
telephone: "+1-512-785-0465",
address: {
@type: "PostalAddress",
streetAddress: "5202 Lethaby Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78413",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.6729298,
longitude: -97.4007672
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, property maintenance contractors, residential properties with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.