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: "Manny's Transmission",
description: "Manny's Transmission specializes in transmission repair and rebuilding for both domestic and foreign vehicles in North Hollywood. With over a decade of expertise, they handle everything from transmission diagnostics and fluid exchanges to complete rebuilds and replacements. Their experienced technicians focus on getting transmissions working reliably so you can get back on the road.",
telephone: "+1-818-765-6858",
address: {
@type: "PostalAddress",
streetAddress: "6858 Lankershim Blvd",
addressLocality: "North Hollywood",
addressRegion: "CA",
postalCode: "91605",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.195600299999995,
longitude: -118.3873933
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "65",
bestRating: "5"
},
areaServed: "North Hollywood, Los Angeles, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Drivers experiencing transmission problems, used car buyers needing pre-purchase diagnostics, fleet owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Expertise"
}
],
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.