Structured Data

    Arturo's Tire Shop

    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: "Arturo's Tire Shop",
      description: "Arturo's Tire Shop is a family-owned tire and auto repair shop serving Santa Ana and surrounding communities. They specialize in tire sales, installation, and alignment services, along with general car repair work. Known for quality service and competitive pricing, Arturo's provides comprehensive automotive solutions for drivers needing reliable tire work and maintenance.",
      telephone: "+1-714-647-9850",
      address: {
        @type: "PostalAddress",
        streetAddress: "930 E 1st St",
        addressLocality: "Santa Ana",
        addressRegion: "CA",
        postalCode: "92701",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.744726199999995,
        longitude: -117.8579443
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "10",
        bestRating: "5"
      },
      areaServed: "Santa Ana, CA and surrounding areas",
      knowsAbout: "Tire Shops, Daily commuters needing affordable tire replacement, drivers seeking wheel alignment services, budget-conscious car owners requiring reliable auto repair",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Family-Owned Local Business"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Tire Services"
        }
      ],
      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.