Structured Data

    Maximo 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: "Maximo Tires",
      description: "Maximo Tires is a full-service tire shop located in Santa Clara offering tire sales, installation, balancing, and alignment services. The shop serves the local community with quality tire products and professional automotive maintenance to keep vehicles running safely and efficiently.",
      telephone: "+1-669-639-1096",
      address: {
        @type: "PostalAddress",
        streetAddress: "3610 Bassett St",
        addressLocality: "Santa Clara",
        addressRegion: "CA",
        postalCode: "95054",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.3854143,
        longitude: -121.953244
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "63",
        bestRating: "5"
      },
      areaServed: "Santa Clara and surrounding Bay Area communities",
      knowsAbout: "Tire Shops, Daily drivers needing tire replacement, Vehicle owners seeking alignment and balancing, Budget-conscious customers looking for quality tire service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Installation & Balancing"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community-Focused 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.