Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "G&C Auto Body",
description: "G&C Auto Body is a full-service auto body shop in San Jose specializing in collision repair, dent removal, and paint services. They work with insurance claims and offer OEM parts to restore vehicles to pre-accident condition. With a 4.8-star rating from over 200 customers, they're known for quality workmanship and customer service.",
url: "https://gandcautobody.com/locations/san-jose/",
telephone: "+1-408-978-0161",
address: {
@type: "PostalAddress",
streetAddress: "4234 Monterey Rd",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2763328,
longitude: -121.83169550000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "206",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, insurance claim filers, vehicle owners seeking quality body work and paint services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "OEM Parts & Quality Repairs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.