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: "Hello Bumper Shop",
description: "Hello Bumper Shop is a specialized auto body repair facility in Bakersfield focusing on bumper repair and replacement services. They handle dent removal, paint matching, and bumper restoration for vehicles of various makes and models. The shop serves both insurance claims and cash-pay customers with efficient turnaround times.",
telephone: "+1-661-747-3195",
address: {
@type: "PostalAddress",
streetAddress: "2021 S Union Ave #C",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93307",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.329527999999996,
longitude: -119.00345519999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, Insurance claim filers, accident victims needing quick bumper repair, vehicle owners seeking affordable dent and bumper restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Bumper Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance & Cash Pay"
}
],
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.