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: "Simon’s Tree Service",
description: "Simon's Tree Service provides comprehensive tree care solutions in Chula Vista, including tree removal, trimming, pruning, and stump grinding. Serving the local community with professional arborists, they handle both routine maintenance and emergency storm damage cleanup.",
telephone: "+1-844-833-0088",
address: {
@type: "PostalAddress",
streetAddress: "251 Oxford St apt g",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91911",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.610506,
longitude: -117.06571149999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, Property managers with landscape maintenance, Residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full 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.