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: "The Small World Tree Company",
description: "The Small World Tree Company provides comprehensive tree care services to Marin County residents, including tree removal, trimming, pruning, and stump grinding. With over two decades of experience, they handle both routine maintenance and emergency storm damage, combining professional expertise with personalized service for residential properties.",
url: "http://www.worldtreeservice.com/",
telephone: "+1-415-455-0909",
address: {
@type: "PostalAddress",
streetAddress: "PO Box 2824",
addressLocality: "San Anselmo",
addressRegion: "CA",
postalCode: "94960",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.974727099999996,
longitude: -122.56161979999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "52",
bestRating: "5"
},
areaServed: "San Anselmo and Marin County, CA",
knowsAbout: "Tree Services, Homeowners needing routine tree maintenance, property owners with storm-damaged trees, Marin County residents seeking local, experienced tree service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Tree Care"
}
],
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.