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: "Vinnie's Auto Body Shop",
description: "Vinnie's Auto Body Shop is an independent auto body repair facility in Lake Worth Beach specializing in collision repairs, dent removal, and paint work. They serve the Palm Beach County area with comprehensive auto body services including frame repair and structural restoration for all vehicle types.",
url: "http://www.vinniesautobodyshop.com/",
telephone: "+1-561-588-4251",
address: {
@type: "PostalAddress",
streetAddress: "1841 7th Ave N A3",
addressLocality: "Lake Worth Beach",
addressRegion: "FL",
postalCode: "33461",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.624084300000003,
longitude: -80.0702538
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Lake Worth Beach and surrounding Palm Beach County",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, drivers with accident damage, customers seeking professional dent and paint services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Structural 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.