Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Cate Autobody",
description: "Cate Autobody is a full-service auto body repair shop in Kodak, TN specializing in collision repairs, dent removal, and vehicle restoration. They handle insurance claims and work with all vehicle types to restore damaged cars to pre-accident condition. Their experienced team uses quality parts and modern repair techniques to ensure lasting results.",
url: "http://cateautobody.com/",
telephone: "+1-865-654-2063",
address: {
@type: "PostalAddress",
streetAddress: "209 W Mt Rd",
addressLocality: "Kodak",
addressRegion: "TN",
postalCode: "37764",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9696108,
longitude: -83.6094466
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "101",
bestRating: "5"
},
areaServed: "Kodak, TN and surrounding Sevier County areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, vehicle owners needing collision repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
}
],
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.