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: "Blue Ridge Tree Experts llc",
description: "Blue Ridge Tree Experts LLC provides comprehensive tree care services to the Fredericksburg area, including tree removal, trimming, pruning, and stump grinding. The company is fully licensed and insured, offering free estimates for all projects and emergency storm damage services. They specialize in safely removing hazardous trees and maintaining healthy landscapes for residential and commercial properties.",
url: "http://blueridgetreeexpertsva.com/",
telephone: "+1-540-786-8733",
address: {
@type: "PostalAddress",
streetAddress: "10702 Stoner Dr a4",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22408",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2508938,
longitude: -77.4952842
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with hazardous trees, commercial properties requiring landscaping updates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.