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: "Good Guys Auto Repair LLC",
description: "Good Guys Auto Repair is a locally owned shop in Riviera Beach founded in 2013 to provide quality auto repair at competitive prices that beat dealership rates. They offer a wide selection of OEM and aftermarket parts, general repair services, fleet vehicle maintenance, and dealer maintenance with discounted labor and parts rates. The team also provides special 10% discounts for active/retired military, first responders, teachers, and students.",
url: "http://www.goodguysautorepair.com/",
telephone: "+1-561-631-8898",
address: {
@type: "PostalAddress",
streetAddress: "1700 Avenue L",
addressLocality: "Riviera Beach",
addressRegion: "FL",
postalCode: "33404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.777737,
longitude: -80.0672481
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Riviera Beach and surrounding Palm Beach County areas",
knowsAbout: "Auto Repair & Mechanics, Budget-conscious car owners, military and first responders, fleet managers, students and teachers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Founded to Beat Dealer Pricing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community Discounts"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet & Dealer Maintenance Specialist"
}
],
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.