Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jerome Autobody",
description: "Jerome Autobody is a full-service auto body repair shop located in Jerome, Idaho, offering collision repair, dent removal, and vehicle restoration services. With a focus on quality craftsmanship and customer satisfaction, they handle everything from minor fender benders to major structural damage.",
telephone: "+1-208-324-7488",
address: {
@type: "PostalAddress",
streetAddress: "361 Golf Course Rd",
addressLocality: "Jerome",
addressRegion: "ID",
postalCode: "83338",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.671561,
longitude: -114.51900219999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Jerome, Idaho and surrounding communities",
knowsAbout: "Auto Body & Collision, Local drivers needing collision repair, accident damage restoration",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jerome Business"
}
],
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.