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: "Collision Masters Auto Body Shop",
description: "Collision Masters Auto Body Shop in El Cajon is a full-service auto body repair facility specializing in collision damage, dent repair, and paint restoration. They handle everything from minor dents and scratches to major accident repairs, utilizing modern techniques and quality materials to restore vehicles to pre-accident condition. The shop works with insurance claims and offers free estimates, making the repair process straightforward for local vehicle owners.",
url: "https://www.collisionmasterssd.com/",
telephone: "+1-619-579-6000",
address: {
@type: "PostalAddress",
streetAddress: "464 W Main St",
addressLocality: "El Cajon",
addressRegion: "CA",
postalCode: "92020",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7954149,
longitude: -116.96744339999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "40",
bestRating: "5"
},
areaServed: "El Cajon, CA and surrounding East County areas",
knowsAbout: "Auto Body & Collision, Insurance claim filers, accident victims, drivers with collision damage, local vehicle owners seeking professional restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Body"
}
],
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.