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: "Whitman's Auto Body",
description: "Whitman's Auto Body is a full-service collision repair shop in San Rafael specializing in comprehensive auto body work, paint, and collision restoration. With expertise in damage assessment, frame repair, and professional refinishing, they handle everything from minor dents and scratches to major collision damage. Their team uses quality parts and proven repair techniques to restore vehicles to pre-accident condition.",
url: "https://whitmansautobody.com/",
telephone: "+1-415-456-9831",
address: {
@type: "PostalAddress",
streetAddress: "76 Woodland Ave",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9633943,
longitude: -122.51975480000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "52",
bestRating: "5"
},
areaServed: "San Rafael and surrounding Marin County areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, insurance claim work, accident damage restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Paint & Refinishing"
}
],
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.