Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Just Trees",
description: "Just Trees is a professional tree service company based in Lakewood, Colorado, serving the Denver metro area with comprehensive arboriculture solutions. They provide tree removal, trimming, pruning, stump grinding, and emergency storm damage services for residential and commercial properties. With a focus on safety and proper tree care techniques, Just Trees handles everything from routine maintenance to complex tree work.",
url: "https://www.justtreesco.com/service-locations/near-me",
telephone: "+1-720-327-5684",
address: {
@type: "PostalAddress",
streetAddress: "12772 W Jewell Cir",
addressLocality: "Lakewood",
addressRegion: "CO",
postalCode: "80228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.68176,
longitude: -105.1411353
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lakewood, Denver metro area, and surrounding communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with multiple trees, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Damage Response"
},
{
@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.