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: "Central Valley Tree Service",
description: "Central Valley Tree Service provides comprehensive tree care solutions for residential and commercial properties in the Bakersfield area. Specializing in tree removal, trimming, pruning, and stump grinding, they handle everything from routine maintenance to emergency storm damage cleanup. Their experienced team is committed to safely removing hazardous trees and restoring landscape health.",
url: "https://centralvalleytreeservices.com/",
telephone: "+1-661-340-5905",
address: {
@type: "PostalAddress",
streetAddress: "132 Kincaid St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93307",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3570273,
longitude: -118.99325759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Bakersfield, CA and Central Valley region",
knowsAbout: "Tree Services, Homeowners needing tree removal or maintenance, property managers with multiple trees, residents dealing with storm damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tree Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Storm Response"
}
],
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.