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: "Greenway Tree service LLC",
description: "Greenway Tree Service LLC is a Phoenix-based tree care company specializing in tree removal, trimming, pruning, and stump grinding for residential and commercial properties. They offer emergency storm damage services and provide free estimates for all projects. The team is fully licensed and insured, bringing professional expertise to tree maintenance and removal across the Phoenix metro area.",
url: "https://www.greenway-tree-services.com/",
telephone: "+1-623-305-5997",
address: {
@type: "PostalAddress",
streetAddress: "110 E Greenway Pkwy",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85022",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6364948,
longitude: -112.0732606
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Phoenix and surrounding cities in the greater Phoenix metropolitan area",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with commercial landscaping needs, residents facing storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency 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.