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: "San Diego Tree",
description: "San Diego Tree specializes in comprehensive tree removal, trimming, and stump grinding services throughout San Diego County. The company handles emergency storm damage, hazardous tree removal, and routine maintenance to keep residential and commercial properties safe and well-maintained. They provide free estimates and are fully licensed and insured for all tree service work.",
url: "https://sandiegotreeremovalservice.com/",
telephone: "+1-619-374-6111",
address: {
@type: "PostalAddress",
streetAddress: "4787 Mercury St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8286315,
longitude: -117.14863179999998
},
areaServed: "San Diego, California and surrounding areas",
knowsAbout: "Tree Services, Homeowners needing tree removal, property managers with multiple trees, emergency storm damage cleanup",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Damage Response"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
}
],
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.