Structured Data

    Johnny's Transmission

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Johnny's Transmission",
      description: "Johnny's Transmission specializes in transmission repair and replacement for vehicles in Bakersfield, with expertise in both automatic and manual transmissions. The shop handles diagnostics, rebuilds, and installations with a focus on getting customers back on the road efficiently. They serve the local Bakersfield community with reliable transmission service across all vehicle types.",
      telephone: "+1-661-363-6788",
      address: {
        @type: "PostalAddress",
        streetAddress: "101 Coremark Ct F",
        addressLocality: "Bakersfield",
        addressRegion: "CA",
        postalCode: "93307",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.3555375,
        longitude: -118.91072210000002
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "90",
        bestRating: "5"
      },
      areaServed: "Bakersfield, CA and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Drivers with transmission issues, DIY mechanics seeking professional rebuilds, fleet owners needing transmission service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Transmission Specialists"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Diagnostics"
        }
      ],
      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.