Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ruiz Garage LLC",
description: "Ruiz Garage LLC is an independent auto repair shop in Madison specializing in general car maintenance and repairs for all vehicle types. With a 4.9-star reputation built on 67 customer reviews, they handle everything from routine service to complex repairs with hands-on expertise and fair pricing.",
telephone: "+1-608-665-3733",
address: {
@type: "PostalAddress",
streetAddress: "1440 Martin St Unit #3",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.0434707,
longitude: -89.4049039
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "67",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Budget-conscious car owners, daily commuters, independent vehicle owners seeking personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Vehicle Types"
}
],
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.