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: "RF Green Trees LLC",
description: "RF Green Trees LLC is a full-service tree care company serving the Spotsylvania area with expertise in tree removal, trimming, pruning, and stump grinding. The team handles both routine maintenance and emergency storm damage cleanup, bringing professional arboricultural knowledge to residential properties throughout the region.",
telephone: "+1-540-379-7874",
address: {
@type: "PostalAddress",
streetAddress: "11118 Catharpin Rd",
addressLocality: "Spotsylvania Courthouse",
addressRegion: "VA",
postalCode: "22553",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.258122,
longitude: -77.6408041
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Spotsylvania Courthouse, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property owners dealing with storm damage, residents requiring stump grinding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
}
],
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.