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: "TreeJob",
description: "TreeJob is a full-service tree care company serving the Marietta area with expertise in tree removal, trimming, pruning, and stump grinding. The team handles emergency storm damage cleanup and provides free estimates for all projects, backed by licensing and insurance. Whether addressing hazardous trees, overgrown branches, or storm damage, TreeJob delivers professional arboricultural services with a focus on safety and customer satisfaction.",
url: "https://atlantatreeservice.com/marietta/",
telephone: "+1-770-802-2961",
address: {
@type: "PostalAddress",
streetAddress: "2032 Airport Ct SE",
addressLocality: "Marietta",
addressRegion: "GA",
postalCode: "30060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.9052542,
longitude: -84.4991675
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "202",
bestRating: "5"
},
areaServed: "Marietta, Atlanta, and surrounding areas",
knowsAbout: "Tree Services, Homeowners with overgrown trees, property managers needing regular maintenance, storm-damaged property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
}
],
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.