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: "J & A Transmission & Auto Repair",
description: "J & A Transmission & Auto Repair is a full-service auto repair shop in Lyons specializing in transmission service and general automotive maintenance. They handle transmission diagnostics, repairs, and replacements alongside routine maintenance, brake service, and general repairs for both domestic and foreign vehicles. With strong customer ratings, they're known for reliable work and fair pricing.",
telephone: "+1-708-443-6058",
address: {
@type: "PostalAddress",
streetAddress: "4320 1st Ave Unit 105",
addressLocality: "Lyons",
addressRegion: "IL",
postalCode: "60534",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.811712299999996,
longitude: -87.834469
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Lyons, IL and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission work, drivers seeking reliable local auto repair, owners of both domestic and foreign vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
}
],
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.