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: "Xylem Tree Experts",
description: "Xylem Tree Experts is a Norfolk-based tree service company offering comprehensive tree care including removal, trimming, pruning, and stump grinding. The team provides emergency storm response services for damaged or fallen trees and serves residential and commercial properties throughout the Hampton Roads area. They handle everything from routine maintenance to complex removals with professional equipment and certified arborists.",
url: "http://www.xylemtree.com/",
telephone: "+1-757-627-8873",
address: {
@type: "PostalAddress",
streetAddress: "150 Granby St",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23510",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8474594,
longitude: -76.2912645
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.4",
reviewCount: "245",
bestRating: "5"
},
areaServed: "Norfolk, Virginia and surrounding Hampton Roads area",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, Commercial property managers, Property owners dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm 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.