Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "River City Transmissions",
description: "River City Transmissions is a specialized auto repair shop in Portland focusing on transmission repair and rebuilding for both foreign and domestic vehicles. With over a decade of experience, they provide comprehensive transmission diagnostics, fluid services, and complete overhauls using quality parts and proven repair techniques. Their team handles everything from routine transmission maintenance to complex rebuilds, serving the greater Portland area with reliable service and fair pricing.",
url: "https://rivercitytransmissions.com/",
telephone: "+1-503-536-1077",
address: {
@type: "PostalAddress",
streetAddress: "6959 SE Foster Rd",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97206",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4877756,
longitude: -122.5915953
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "130",
bestRating: "5"
},
areaServed: "Portland and surrounding areas, Oregon",
knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, DIY mechanics requiring specialized transmission work, fleet operators with transmission issues",
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.