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: "Caliber Collision - Bashirtash Dr",
description: "Caliber Collision is a full-service auto body shop in Bakersfield specializing in collision repair, dent removal, and paint services for vehicles of all makes and models. They work directly with insurance companies to streamline the claims process and offer free estimates for damage assessment. With state-of-the-art equipment and certified technicians, Caliber provides comprehensive repair services from minor dents to major structural damage.",
url: "https://www.caliber.com/find-a-location/auto-village",
telephone: "+1-661-617-2311",
address: {
@type: "PostalAddress",
streetAddress: "3000 Bashirtash Dr",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3123145,
longitude: -119.0381008
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, vehicle owners needing dent and paint repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Partnership"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Technicians"
}
],
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.