Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Simple Timber Solutions",
description: "Simple Timber Solutions is a tree services company serving Norfolk, VA and the surrounding area. They specialize in tree removal, trimming, pruning, and stump grinding for residential and commercial properties. With a focus on professional, safe service and customer satisfaction, they handle everything from routine tree maintenance to emergency storm cleanup.",
url: "https://simpletimbersolutions.jobbersites.com/",
telephone: "+1-757-348-9986",
address: {
@type: "PostalAddress",
streetAddress: "3507 White Chapel Rd",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23509",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8845083,
longitude: -76.2623266
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, Commercial properties with tree management needs, Residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.