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: "ACME Body & Paint",
description: "ACME Body & Paint is a full-service auto body shop in Jamaica Plain specializing in collision repair, dent removal, and paint work. They serve the greater Boston area with both in-person appraisals and mobile photo estimates for convenience. The shop handles everything from minor dents to major structural repairs using quality materials and experienced technicians.",
url: "https://www.acmebody.com/",
telephone: "+1-617-522-6040",
address: {
@type: "PostalAddress",
streetAddress: "3430 Washington St",
addressLocality: "Jamaica Plain",
addressRegion: "MA",
postalCode: "02130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3077368,
longitude: -71.1057378
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "215",
bestRating: "5"
},
areaServed: "Jamaica Plain, Boston, and Greater Boston area",
knowsAbout: "Auto Body & Collision, Car owners needing collision repair, drivers with insurance claims, vehicle owners seeking dent and paint services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Photo Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Person Appraisals Available"
}
],
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.