Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Handshake Tree Service",
description: "Handshake Tree Service is a local tree care company based in Arvada serving the greater Denver metro area. They provide comprehensive tree services including removal, trimming, pruning, and stump grinding for residential properties. With a focus on professional, reliable service, they help homeowners maintain healthy trees and address storm damage and overgrown vegetation.",
url: "http://www.handshaketreeservice.com/contact/",
telephone: "+1-720-373-0707",
address: {
@type: "PostalAddress",
streetAddress: "6028 Quay Ct",
addressLocality: "Arvada",
addressRegion: "CO",
postalCode: "80003",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.8064488,
longitude: -105.0732161
},
areaServed: "Arvada, Denver metro area, and surrounding communities",
knowsAbout: "Tree Services, Homeowners needing tree removal, overgrown tree trimming, stump grinding, or storm damage cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Arvada-based operation"
},
{
@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.