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: "Best Class Auto Body LLC",
description: "Best Class Auto Body LLC is a full-service auto body repair shop located on East Cheyenne Avenue in Las Vegas, specializing in collision repairs, dent removal, and paint services. The shop handles everything from minor damage to major accident reconstruction, using quality parts and professional techniques to restore vehicles to pre-damage condition. With high customer satisfaction ratings, they serve both individual vehicle owners and insurance-referred clients throughout the Las Vegas area.",
telephone: "+1-702-754-5408",
address: {
@type: "PostalAddress",
streetAddress: "5267 E Cheyenne Ave",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89156",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.218022999999995,
longitude: -115.0582713
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "136",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, insurance claimants, vehicle owners with dent or paint damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance-Friendly"
}
],
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.