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: "Branching Out Tree Service & Landscaping LLC.",
description: "Branching Out Tree Service & Landscaping LLC provides comprehensive tree care and landscaping solutions for residential and commercial properties in Fredericksburg. The team handles tree removal, trimming, stump grinding, and landscape design with attention to property safety and aesthetics. They're known for professional service and thorough cleanup after each project.",
telephone: "+1-571-677-1407",
address: {
@type: "PostalAddress",
streetAddress: "2119 Lafayette Blvd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.275829099999996,
longitude: -77.4808166
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Fredericksburg, Virginia and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, Commercial property managers, Landscape renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Landscaping"
}
],
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.