Structured Data

    Big 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: "Big Tire Shop",
      description: "Big Tire Shop is a full-service tire and auto repair center located in Roxbury, MA. They offer tire sales and installation, wheel alignment, and comprehensive auto repair services including brakes, oil changes, and general maintenance. With over 91 customer reviews, they're a trusted local shop for both routine tire work and broader vehicle repair needs.",
      telephone: "+1-617-445-4499",
      address: {
        @type: "PostalAddress",
        streetAddress: "178 Blue Hill Ave",
        addressLocality: "Roxbury",
        addressRegion: "MA",
        postalCode: "02119",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.31867,
        longitude: -71.07759450000002
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "91",
        bestRating: "5"
      },
      areaServed: "Roxbury, Boston, and surrounding areas",
      knowsAbout: "Tire Shops, Local drivers needing tire replacement, budget-conscious vehicle owners, drivers requiring same-day tire and brake service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Auto Repair Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Convenient Local Location"
        }
      ],
      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.