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 Transmission LLC",
description: "J Transmission LLC is a transmission repair and auto service shop located in Duncanville specializing in transmission diagnostics, rebuilds, and repairs for both foreign and domestic vehicles. With a focus on quality workmanship and customer service, they handle complex transmission issues and general automotive repairs with expertise and attention to detail.",
telephone: "+1-469-513-2174",
address: {
@type: "PostalAddress",
streetAddress: "602 E Red Bird Ln Suite # G",
addressLocality: "Duncanville",
addressRegion: "TX",
postalCode: "75116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.675925299999996,
longitude: -96.8951343
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "94",
bestRating: "5"
},
areaServed: "Duncanville, TX and surrounding Dallas-Fort Worth area",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, DIY mechanics seeking professional diagnostics, fleet owners with multiple vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Foreign & Domestic Service"
}
],
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.