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: "Finchums Paint and Body Shop",
description: "Finchums Paint and Body Shop is a full-service auto body and paint repair facility in Knoxville serving collision damage, dent repair, and custom paint work. With a 4.8-star reputation backed by extensive customer reviews, they handle insurance claims, frame repairs, and detailed restoration work for vehicles of all makes and models. Their experienced team specializes in both structural repairs and high-quality paint finishing to restore vehicles to pre-accident condition.",
url: "https://www.finchumsbodyshop.com/",
telephone: "+1-865-523-8867",
address: {
@type: "PostalAddress",
streetAddress: "102 Timothy Ave",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37914",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.005586900000004,
longitude: -83.8752152
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "67",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding Knox County areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, accident victims with insurance claims, owners seeking custom paint work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claim Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Paint 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.