Structured Data

    Crane's Tire Shop

    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: "Crane's Tire Shop",
      description: "Crane's Tire Shop in Marietta offers a complete range of tire services and auto repair solutions. With over 90 customer reviews and a strong reputation, they provide tire sales, installation, alignment, and general automotive maintenance and repair work. Their experienced team focuses on delivering quality service and competitive pricing for both routine tire needs and more complex vehicle repairs.",
      telephone: "+1-678-559-8672",
      address: {
        @type: "PostalAddress",
        streetAddress: "1629 S Cobb Dr SE",
        addressLocality: "Marietta",
        addressRegion: "GA",
        postalCode: "30060",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.913531299999995,
        longitude: -84.54659629999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "91",
        bestRating: "5"
      },
      areaServed: "Marietta, GA and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, Vehicle maintenance needs, All-in-one auto service seekers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Tire Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Presence"
        }
      ],
      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.