Structured Data

    Speedy tires

    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: "Speedy tires",
      description: "Speedy Tires is a full-service tire shop located in Oakland offering tire sales, installation, and auto repair services. With a focus on quick service and customer satisfaction, they handle tire replacements, wheel alignment, and general automotive maintenance to keep your vehicle running smoothly.",
      telephone: "+1-510-355-6692",
      address: {
        @type: "PostalAddress",
        streetAddress: "4244 E 12th St",
        addressLocality: "Oakland",
        addressRegion: "CA",
        postalCode: "94601",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.771685,
        longitude: -122.21632720000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Oakland and surrounding East Bay communities",
      knowsAbout: "Tire Shops, Local Oakland drivers needing tire replacements, routine auto maintenance, wheel alignment services, car owners seeking quick turnaround times",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Tire Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Quick Turnaround Service"
        }
      ],
      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.