Structured Data

    Sergio's Tires

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

    Schema.org / LocalBusiness
    |
    55 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Sergio's Tires",
      description: "Sergio's Tires is a local tire shop in San Jose specializing in tire sales, installation, and auto repair services. With over a decade of experience serving the community, they offer competitive pricing on all major tire brands and provide professional wheel alignment, balancing, and general automotive maintenance. Their knowledgeable team is committed to keeping your vehicle safe and running smoothly.",
      telephone: "+1-408-849-5305",
      address: {
        @type: "PostalAddress",
        streetAddress: "1315 E Julian St",
        addressLocality: "San Jose",
        addressRegion: "CA",
        postalCode: "95116",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.3531227,
        longitude: -121.8688812
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "108",
        bestRating: "5"
      },
      areaServed: "San Jose and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, local commuters needing tire replacements, vehicle maintenance seekers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All Major Tire Brands"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Installation & Alignment"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Family-Owned 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.