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: "Premier auto glass of Bakersfield",
description: "Premier Auto Glass of Bakersfield specializes in auto glass repair and replacement for all vehicle types. Located on Jaspar Ave in Bakersfield, they handle windshield damage, side window replacement, and rear glass work with professional installation. The shop serves both insurance claims and direct customer repairs with efficient service.",
telephone: "+1-661-444-2599",
address: {
@type: "PostalAddress",
streetAddress: "4404 Jaspar Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2980775,
longitude: -119.05093260000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Drivers needing windshield or auto glass repair, insurance claim filers, vehicle owners avoiding dealership pricing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Accepted"
}
],
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.