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: "Mark Tuttle Tree Services",
description: "Mark Tuttle Tree Service is a family-owned, owner-operated tree service in Richmond, VA with over 30 years of experience serving residential and commercial clients. They offer tree removal, tree cutting, tree trimming and pruning, stump grinding and removal, lot clearing and grading, and 24-hour emergency storm cleanup. Licensed and insured with the knowledge and equipment to handle jobs of any size, they provide free estimates and assist with insurance claims for storm damage.",
url: "http://www.mttree.com/",
telephone: "+1-804-379-7758",
address: {
@type: "PostalAddress",
streetAddress: "10325 Huntersdell Ln",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23235",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5139712,
longitude: -77.5869786
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "49",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding counties including Goochland, Powhatan, North Chesterfield, Midlothian, Henrico, Glen Allen, and Short Pump",
knowsAbout: "Tree Services, Homeowners with storm damage or emergency tree needs, property managers requiring lot clearing, commercial clients needing large-scale tree removal",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "30+ Years of Family Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "24-Hour Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Equipment & Expertise"
}
],
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.