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: "Downtown Collision",
description: "Downtown Collision is a full-service auto body and collision repair shop located in Las Vegas, specializing in vehicle damage restoration from accidents and collisions. They offer comprehensive services including frame and structural repair, paintless dent repair, and OEM parts replacement, serving both insurance claims and private customers. With extensive experience handling complex collision repairs, Downtown Collision combines skilled craftsmanship with modern repair techniques to restore vehicles to pre-accident condition.",
url: "http://www.downtowncollisionlv.com/",
telephone: "+1-702-561-5829",
address: {
@type: "PostalAddress",
streetAddress: "3040 Contract Ave",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89101",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1597967,
longitude: -115.1065034
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Las Vegas and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, insurance claim filers, drivers with frame damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Frame & Structural Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "OEM Parts Quality"
}
],
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.