Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "A New Leaf Tree Service",
description: "A New Leaf Tree Service provides comprehensive tree care for residential properties in the Colorado Springs area. Their services include tree removal, trimming, pruning, and stump grinding to help maintain healthy landscapes and address problem trees. They serve homeowners looking for professional arboricultural work.",
url: "https://a-new-leaf-tree-service.ueniweb.com/",
address: {
@type: "PostalAddress",
streetAddress: "1621 Main St",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80911",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.7634494,
longitude: -104.7385345
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, property maintenance, storm cleanup, landscape improvement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Colorado Springs 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.