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: "LC Tree Service",
description: "LC Tree Service is a full-service tree care company serving the San Diego area with expertise in tree removal, trimming, pruning, and stump grinding. Operating from their Murphy Canyon location, they handle both routine maintenance and emergency storm damage, providing professional arboricultural services for residential and commercial properties throughout San Diego County.",
url: "http://www.lctrees.com/",
telephone: "+1-619-677-5777",
address: {
@type: "PostalAddress",
streetAddress: "4455 Murphy Canyon Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8249828,
longitude: -117.11870809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "32",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree maintenance, property managers, commercial facilities, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
}
],
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.