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: "San Diego Tree Care",
description: "San Diego Tree Care provides comprehensive tree services including removal, trimming, pruning, and stump grinding throughout San Diego County. The company is fully licensed and insured, offering emergency storm services and free estimates for both residential and commercial properties. They specialize in safe, professional tree care with a focus on tree health and property protection.",
url: "http://sandiegotreecare.com/",
telephone: "+1-858-530-8733",
address: {
@type: "PostalAddress",
streetAddress: "9984 Scripps Ranch Blvd #303",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92131",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9027002,
longitude: -117.0995202
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "San Diego, California and surrounding counties",
knowsAbout: "Tree Services, Homeowners needing tree removal or trimming, property managers with commercial tree care needs, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.