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: "Arbor Works",
description: "Arbor Works is an ISA-certified arborist company owned by Chris Erickson, serving residential and commercial customers throughout Utah. They offer comprehensive tree services including tree removal, stump grinding, tree trimming, pruning, tree planting, insect and disease control, and landscape design and maintenance. The company specializes in organic solutions and fruit tree care, combining professional expertise with customer education to help clients make informed decisions about their trees and property.",
url: "http://arboristutah.com/",
telephone: "+1-801-835-6156",
address: {
@type: "PostalAddress",
streetAddress: "5664 South Saint Charles Place",
addressLocality: "Holladay",
addressRegion: "UT",
postalCode: "84121",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.648255,
longitude: -111.845951
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Salt Lake City metro area and surrounding Utah communities",
knowsAbout: "Tree Services, Homeowners seeking professional arborist consultation, commercial property managers, fruit tree enthusiasts, customers preferring organic/sustainable tree care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "ISA-Certified Arborist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Organic Tree Care Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Scope"
}
],
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.