Structured Data

    Pro Tires

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Pro Tires",
      description: "Pro Tires is a full-service tire shop and auto repair facility serving Redwood City and the Peninsula. They provide tire sales, installation, alignment, and general auto repair services, positioning themselves as a one-stop shop for vehicle maintenance. The business is independently owned and serves both individual car owners and local customers throughout the surrounding areas.",
      url: "http://www.protiresrwc.com/",
      telephone: "+1-650-362-4398",
      address: {
        @type: "PostalAddress",
        streetAddress: "2504 El Camino Real # B",
        addressLocality: "Redwood City",
        addressRegion: "CA",
        postalCode: "94061",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.4735,
        longitude: -122.218291
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "74",
        bestRating: "5"
      },
      areaServed: "Redwood City, Peninsula, and surrounding areas",
      knowsAbout: "Tire Shops, Local drivers needing tire replacement, wheel alignment, and routine auto maintenance; Peninsula residents seeking convenient one-stop vehicle care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "One-Stop Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.