Structured Data

    Alan’s tires

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Alan’s tires",
      description: "Alan's Tires is a Denver-based tire shop offering a wide selection of performance tires at discount prices, along with comprehensive auto repair services. In addition to tire sales and installation, they provide wheel alignment, suspension services, and brake repair. Their commitment to competitive pricing and a full range of vehicle maintenance services makes them a one-stop shop for tire and auto care needs.",
      url: "https://www.alanstire.com/",
      telephone: "+1-720-968-3626",
      address: {
        @type: "PostalAddress",
        streetAddress: "4700 Brighton Blvd",
        addressLocality: "Denver",
        addressRegion: "CO",
        postalCode: "80216",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 39.782081399999996,
        longitude: -104.9663343
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "24",
        bestRating: "5"
      },
      areaServed: "Denver and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, Performance tire buyers, Vehicle owners needing alignment and brake service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Competitive Pricing"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Auto Care"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.