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: "AAA Transmission Technology",
description: "AAA Transmission Technology specializes in transmission repair and service for both domestic and foreign vehicles. Located in La Vergne, they handle transmission diagnostics, repairs, and rebuilds with expertise in automatic and manual systems. Their skilled technicians provide comprehensive transmission solutions to keep vehicles running smoothly.",
telephone: "+1-615-793-8748",
address: {
@type: "PostalAddress",
streetAddress: "278 Stones River Rd",
addressLocality: "La Vergne",
addressRegion: "TN",
postalCode: "37086",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0245415,
longitude: -86.56716809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "134",
bestRating: "5"
},
areaServed: "La Vergne, Smyrna, and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, drivers with shifting problems or transmission concerns, both domestic and foreign vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Experience"
}
],
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.