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: "ABC Auto Body Collision",
description: "ABC Auto Body Collision is an experienced auto repair shop specializing in collision repair and auto body services in Fremont. They handle frame and bodywork, paint and refinishing, dent removal, and comprehensive repairs for all makes and models of cars and trucks. With specialized training and a commitment to customer satisfaction, they restore vehicles to pre-accident condition and offer free towing services.",
url: "https://www.abclautobodycollision.com/",
telephone: "+1-510-226-6221",
address: {
@type: "PostalAddress",
streetAddress: "7140 Stevenson Blvd",
addressLocality: "Fremont",
addressRegion: "CA",
postalCode: "94538",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.506697599999995,
longitude: -121.9958267
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "84",
bestRating: "5"
},
areaServed: "Fremont and surrounding East Bay area",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, vehicle owners with dent damage, customers seeking frame and structural repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Towing Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Makes and Models"
}
],
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.