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: "R Watkins Tree Service",
description: "R Watkins Tree Service is a family-owned tree care company serving the Charlotte area from Matthews, NC. They specialize in tree removal, trimming, pruning, and stump grinding for residential properties. With a focus on safety and professional service, they handle everything from routine maintenance to emergency storm damage cleanup.",
telephone: "+1-704-574-1399",
address: {
@type: "PostalAddress",
streetAddress: "10617 Idlewild Rd",
addressLocality: "Matthews",
addressRegion: "NC",
postalCode: "28105",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.1631735,
longitude: -80.6985765
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Matthews, NC and surrounding Charlotte area",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, Residential property owners with storm damage, Customers seeking local tree service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tree Care Services"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
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.