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: "Y & VA Tree Services",
description: "Y & VA Tree Services is a locally-owned tree care company serving the Broadway, VA area with comprehensive tree removal, trimming, pruning, and stump grinding services. The team handles both routine maintenance and emergency storm damage cleanup, bringing expertise and professional equipment to residential and commercial properties. They're known for thorough work, clear communication, and competitive pricing.",
url: "https://yvats.com/",
telephone: "+1-540-212-9516",
address: {
@type: "PostalAddress",
streetAddress: "326 Coyote Run",
addressLocality: "Broadway",
addressRegion: "VA",
postalCode: "22815",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.602129999999995,
longitude: -78.80976
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Broadway, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, Properties with storm damage, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Cleanup"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
}
],
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.