Structured Data

    Transmission Factory

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Transmission Factory",
      description: "Transmission Factory specializes in transmission repair and rebuilding for vehicles in the Phoenix area. With expertise in diagnosing and fixing transmission issues, they handle both domestic and foreign vehicles. The shop combines technical knowledge with quality service to get customers back on the road.",
      url: "http://www.rebuildtrans.com/",
      telephone: "+1-602-995-5700",
      address: {
        @type: "PostalAddress",
        streetAddress: "2330 W Glendale Ave",
        addressLocality: "Phoenix",
        addressRegion: "AZ",
        postalCode: "85021",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.538823,
        longitude: -112.109388
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "157",
        bestRating: "5"
      },
      areaServed: "Phoenix, Arizona and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Vehicle owners with transmission problems, drivers needing specialized transmission repair, both domestic and foreign car owners",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Transmission Specialization"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Domestic & Foreign Vehicles"
        }
      ],
      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.