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: "Delta Transmissions",
description: "Delta Transmissions is a specialized auto repair shop in Oviedo focusing on transmission service and repair for both domestic and foreign vehicles. With over a decade of expertise, they diagnose and fix transmission problems, fluid leaks, and related drivetrain issues using quality parts and proven repair techniques. Their technicians are experienced in handling manual and automatic transmissions across various makes and models.",
telephone: "+1-407-542-1547",
address: {
@type: "PostalAddress",
streetAddress: "379 E Broadway St",
addressLocality: "Oviedo",
addressRegion: "FL",
postalCode: "32765",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.670653100000003,
longitude: -81.202135
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "105",
bestRating: "5"
},
areaServed: "Oviedo, FL and surrounding central Florida communities",
knowsAbout: "Auto Repair & Mechanics, Drivers with transmission problems, owners of vehicles requiring specialist diagnostics, both domestic and foreign vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Transmission Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Technicians"
}
],
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.