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: "Kenny's Auto Body Repair",
description: "Kenny's Auto Body Repair is an independent shop in Troutman with over 15 years of experience providing full-service auto body repair and collision damage restoration. Owner Kenny specializes in affordable, high-quality repairs and works directly with insurance companies to maximize coverage and minimize out-of-pocket costs for customers. The shop is bilingual (Spanish/English), committed to fast turnaround times, and prides itself on expert craftsmanship and customer satisfaction.",
url: "https://kennyautobody.com/",
telephone: "+1-704-835-4292",
address: {
@type: "PostalAddress",
streetAddress: "213 State Park Rd",
addressLocality: "Troutman",
addressRegion: "NC",
postalCode: "28166",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6781131,
longitude: -80.9051559
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "108",
bestRating: "5"
},
areaServed: "Troutman, NC and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, budget-conscious car owners, Spanish-speaking customers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "15+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bilingual Service"
}
],
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.