Structured Data

    Sav/On 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: "Sav/On Tires",
      description: "Sav/On Tires is a neighborhood tire shop and auto repair facility in Phoenix serving drivers who need reliable tire sales, installation, and general automotive maintenance. The shop handles tire replacement, auto parts, and car repair services for customers seeking affordable, straightforward service without the corporate markup.",
      telephone: "+1-602-668-4642",
      address: {
        @type: "PostalAddress",
        streetAddress: "2644 W Bethany Home Rd",
        addressLocality: "Phoenix",
        addressRegion: "AZ",
        postalCode: "85017",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5242888,
        longitude: -112.1166121
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.9",
        reviewCount: "26",
        bestRating: "5"
      },
      areaServed: "Phoenix and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, local Phoenix residents needing reliable tire service, customers seeking independent auto repair",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Auto Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Independent Shop"
        }
      ],
      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.