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: "Compass Collision",
description: "Compass Collision is a full-service auto body repair shop in Charleston specializing in collision damage, dent repair, and vehicle restoration. The team handles everything from minor fender benders to major structural repairs, working with insurance companies to streamline the claims process. They use quality parts and techniques to restore vehicles to pre-accident condition.",
telephone: "+1-843-380-7055",
address: {
@type: "PostalAddress",
streetAddress: "1949 Dulsey Rd Suite 202",
addressLocality: "Charleston",
addressRegion: "SC",
postalCode: "29407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.79224920000001,
longitude: -80.02445639999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "271",
bestRating: "5"
},
areaServed: "Charleston and surrounding areas, South Carolina",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim holders, vehicle owners needing professional collision repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
}
],
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.