Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Bakersfield Tree Maintenance",
description: "Bakersfield Tree Maintenance provides comprehensive tree care services to Bakersfield and surrounding areas. Their team handles tree trimming, pruning, removal, and stump grinding to keep residential and commercial properties safe and well-maintained. They bring local expertise and hands-on service to every job.",
telephone: "+1-661-326-3117",
address: {
@type: "PostalAddress",
streetAddress: "4101 Truxtun Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93309",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.372106599999995,
longitude: -119.04758009999999
},
areaServed: "Bakersfield, CA and surrounding Kern County communities",
knowsAbout: "Tree Services, Homeowners, property managers, commercial property owners needing tree maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Bakersfield Business"
},
{
@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.