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: "Frazier Tree Service Inc",
description: "Frazier Tree Service Inc is a tree care company serving the Charlottesville area with expertise in tree removal, trimming, pruning, and stump grinding. The business handles both routine maintenance and emergency storm damage services, working with residential and commercial properties throughout central Virginia.",
telephone: "+1-434-975-3437",
address: {
@type: "PostalAddress",
streetAddress: "107 Galaxie Farm Ln",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9953297,
longitude: -78.497028
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Charlottesville, Virginia and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with multiple trees, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@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.