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: "Red Maple Tree service",
description: "Red Maple Tree Service is a local San Diego tree care company offering comprehensive tree removal, trimming, pruning, and stump grinding services. They handle emergency storm damage and provide professional arboricultural services for residential properties throughout the San Diego area. With a focus on safety and proper tree care techniques, they serve homeowners needing reliable tree maintenance or removal.",
telephone: "+1-619-981-1176",
address: {
@type: "PostalAddress",
streetAddress: "8349 Glen Vista Ct",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92114",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.6992421,
longitude: -117.02405700000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "21",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Tree Services, Homeowners with storm damage, mature trees needing removal, regular tree maintenance, stump grinding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local San Diego Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service 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.