Structured Data

    Ninja Tire

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Ninja Tire",
      description: "Ninja Tire is a full-service tire and auto repair shop in Sacramento offering tire sales, installation, wheel alignment, and comprehensive auto repair services. With a focus on quality products and expert service, they stock all major tire brands and provide same-day service options to get customers back on the road quickly.",
      url: "https://www.ninjatire.com/",
      telephone: "+1-888-884-4399",
      address: {
        @type: "PostalAddress",
        streetAddress: "1001 Richards Blvd",
        addressLocality: "Sacramento",
        addressRegion: "CA",
        postalCode: "95811",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.595437,
        longitude: -121.4862017
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "188",
        bestRating: "5"
      },
      areaServed: "Sacramento and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, Regular commuters, Fleet managers, Anyone needing same-day tire service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All Major Tire Brands"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Same-Day Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Auto Repair"
        }
      ],
      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.