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: "Taylor’s Tree Service and Landscaping",
description: "Taylor's Tree Service and Landscaping is a full-service tree care and landscaping company serving the Glen Allen area. They handle tree removal, trimming, pruning, stump grinding, and comprehensive landscaping work. With a strong reputation built on reliable service, they're a one-stop shop for both emergency tree work and planned landscaping projects.",
telephone: "+1-804-370-3575",
address: {
@type: "PostalAddress",
streetAddress: "1020 New York Ave",
addressLocality: "Glen Allen",
addressRegion: "VA",
postalCode: "23060",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6523989,
longitude: -77.45758099999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Glen Allen, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, Property owners with storm damage, Residential landscaping projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.