Structured Data

    A & B Tires & Wheels

    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 Tires & Wheels",
      description: "A & B Tires & Wheels is a full-service tire shop and auto repair facility in Marietta specializing in tire sales, wheel services, and general automotive maintenance. They stock a wide selection of tires and wheels for various vehicle types, offering professional installation and balancing services. With strong customer feedback, they provide comprehensive auto care including repairs and maintenance to keep vehicles running smoothly.",
      telephone: "+1-770-424-0713",
      address: {
        @type: "PostalAddress",
        streetAddress: "1661 Canton Rd",
        addressLocality: "Marietta",
        addressRegion: "GA",
        postalCode: "30066",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.991854800000006,
        longitude: -84.5294344
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "206",
        bestRating: "5"
      },
      areaServed: "Marietta, GA and surrounding areas",
      knowsAbout: "Tire Shops, Vehicle owners needing tire replacement, wheel upgrades, and routine automotive maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Tire & Wheel Selection"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Integrated Auto Services"
        }
      ],
      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.