Structured Data

    A&B Roadside Service and Truck Repair

    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: "A&B Roadside Service and Truck Repair",
      description: "A&B Roadside Service and Truck Repair is a full-service auto repair facility in Lubbock specializing in truck repair and roadside assistance. They handle comprehensive mechanical repairs and emergency roadside services for vehicles of all types. The shop serves both individual vehicle owners and those needing urgent roadside help in the Lubbock area.",
      telephone: "+1-806-559-7121",
      address: {
        @type: "PostalAddress",
        streetAddress: "910 E 66th St",
        addressLocality: "Lubbock",
        addressRegion: "TX",
        postalCode: "79404",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5336438,
        longitude: -101.8252898
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "2.9",
        reviewCount: "19",
        bestRating: "5"
      },
      areaServed: "Lubbock, TX and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Truck owners, drivers needing emergency roadside assistance, Lubbock residents seeking local auto repair",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Roadside Assistance"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Truck Specialization"
        }
      ],
      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.