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: "Mobile Mechanic Bay Area Roadside",
description: "Mobile Mechanic Bay Area Roadside is a mobile car repair service based in Oakland that brings professional automotive repair directly to your location. They specialize in roadside assistance and on-site vehicle repairs, eliminating the need to tow your car to a shop. Their mobile approach makes repairs convenient for busy drivers across the Bay Area.",
telephone: "+1-415-299-5946",
address: {
@type: "PostalAddress",
streetAddress: "2900 San Pablo Ave",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94608",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8197611,
longitude: -122.2757415
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Oakland and surrounding Bay Area communities",
knowsAbout: "Auto Repair & Mechanics, Busy professionals, drivers with disabled vehicles, those without transportation to a repair shop",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Roadside Assistance Specialist"
}
],
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.