Structured Data

    Transmission Auto Repair Center

    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: "Transmission Auto Repair Center",
      description: "Transmission Auto Repair Center in Bell, CA specializes in transmission repair and auto maintenance services. With a focus on reliable, quality work, they handle transmission rebuilds, repairs, and general automotive service for local vehicle owners.",
      telephone: "+1-323-302-6699",
      address: {
        @type: "PostalAddress",
        streetAddress: "3501 1/2 E Gage Ave",
        addressLocality: "Bell",
        addressRegion: "CA",
        postalCode: "90201",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.9798401,
        longitude: -118.2023822
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "21",
        bestRating: "5"
      },
      areaServed: "Bell, CA and surrounding Los Angeles County areas",
      knowsAbout: "Auto Repair & Mechanics, Vehicle owners needing transmission repair, local Bell residents seeking reliable auto maintenance, drivers with high-mileage vehicles",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Transmission Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Established 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.