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: "Jim Burke Collision Care",
description: "Jim Burke Collision Care is a full-service auto collision repair shop in Bakersfield specializing in accident damage restoration, dent repair, and frame straightening. They handle comprehensive collision repairs for all vehicle makes and models, working with insurance claims to streamline the process for customers. With experienced technicians and a commitment to quality repairs, they restore vehicles to pre-accident condition.",
url: "https://jimburkecollisioncare.com/",
telephone: "+1-661-835-6197",
address: {
@type: "PostalAddress",
streetAddress: "2001 Oak St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.378027599999996,
longitude: -119.0408254
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing repairs, Insurance claim filers, Vehicle owners seeking quality collision restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
}
],
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.