Structured Data

    Universal Tires and Auto Service

    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: "Universal Tires and Auto Service",
      description: "Universal Tires and Auto Service is a full-service tire shop and auto repair facility in Phoenix offering tire sales, installation, alignment, and comprehensive auto repair services. The business specializes in both routine maintenance and major repairs, serving customers who need reliable automotive solutions in one convenient location.",
      telephone: "+1-602-460-9356",
      address: {
        @type: "PostalAddress",
        streetAddress: "2541 W Northern Ave",
        addressLocality: "Phoenix",
        addressRegion: "AZ",
        postalCode: "85051",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5526834,
        longitude: -112.11425919999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "133",
        bestRating: "5"
      },
      areaServed: "Phoenix and surrounding areas",
      knowsAbout: "Tire Shops, DIY mechanics needing quality tires and parts, vehicle owners seeking convenient full-service auto repair, drivers needing tire replacement and alignment services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "One-Stop Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Wheel Alignment 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.