Structured Data

    Tire repair shop

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

    Schema.org / LocalBusiness
    |
    49 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Tire repair shop",
      description: "This Santa Ana tire repair shop specializes in tire sales, installation, and repair services for a wide variety of vehicles. Located on South Main Street, they handle everything from puncture repairs and patching to full tire replacements, wheel alignments, and general auto maintenance. They serve both individual drivers and commercial clients looking for reliable, affordable tire service.",
      address: {
        @type: "PostalAddress",
        streetAddress: "2627 S Main St",
        addressLocality: "Santa Ana",
        addressRegion: "CA",
        postalCode: "92707",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.7103621,
        longitude: -117.86770000000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "36",
        bestRating: "5"
      },
      areaServed: "Santa Ana and surrounding Orange County communities",
      knowsAbout: "Tire Shops, Daily commuters needing tire repairs, commercial fleet operators, drivers seeking affordable tire replacement",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full tire service capabilities"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Multiple vehicle types"
        }
      ],
      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.