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: "Sergio's Garage Auto Body Shop",
description: "Sergio's Garage is a full-service auto body shop in San Rafael offering collision repair, dent removal, painting, and general car repair services. With over a decade of experience, the shop specializes in restoring vehicles to pre-accident condition using quality craftsmanship and attention to detail. They work with insurance claims and provide transparent estimates for all repair work.",
telephone: "+1-415-497-7898",
address: {
@type: "PostalAddress",
streetAddress: "32 Woodland Ave",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9621059,
longitude: -122.5149594
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "54",
bestRating: "5"
},
areaServed: "San Rafael and Marin County",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, drivers with dent damage, insurance claim processors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expert"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
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.