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: "Stumpy's Tree Service",
description: "Stumpy's Tree Service is a locally-owned tree care company serving the Ashland area and surrounding communities. They specialize in tree removal, trimming, pruning, and stump grinding, with expertise in emergency storm damage cleanup. The team is fully licensed and insured, offering free estimates and reliable service for residential and commercial properties.",
url: "https://stumpystree.com/",
telephone: "+1-508-881-8784",
address: {
@type: "PostalAddress",
streetAddress: "190 Front St # 201",
addressLocality: "Ashland",
addressRegion: "MA",
postalCode: "01721",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.260133499999995,
longitude: -71.4598015
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "100",
bestRating: "5"
},
areaServed: "Ashland, MA and surrounding MetroWest communities",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers handling storm damage, commercial properties requiring professional arboriculture",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Damage Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured Operations"
}
],
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.