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: "L T Transmissions",
description: "L T Transmissions specializes in transmission repair and rebuilding for vehicles in Oakland. With a 4.6-star rating from customers, they provide expert diagnostics and service for both automatic and manual transmissions, serving the East Bay community with reliable mechanical expertise.",
telephone: "+1-510-535-9413",
address: {
@type: "PostalAddress",
streetAddress: "4451 E 12th St",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7706389,
longitude: -122.21439439999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Oakland and surrounding East Bay communities",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, drivers experiencing shifting problems, those seeking specialized transmission diagnostics",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Reputation"
}
],
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.