Structured Data

    Adam’s tire shop & auto

    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: "Adam’s tire shop & auto",
      description: "Adam's Tire Shop & Auto is a full-service automotive repair facility located on Lafayette Street in Nashville, specializing in tire sales, installation, and general auto repair. They serve both tire replacement needs and comprehensive vehicle maintenance, providing straightforward service to Nashville drivers looking for reliable, accessible auto care.",
      telephone: "+1-615-997-1917",
      address: {
        @type: "PostalAddress",
        streetAddress: "5 Lafayette St",
        addressLocality: "Nashville",
        addressRegion: "TN",
        postalCode: "37210",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.1505224,
        longitude: -86.7683107
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "33",
        bestRating: "5"
      },
      areaServed: "Nashville, Tennessee and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Nashville drivers needing tire replacement, routine maintenance, general auto repair, budget-conscious car owners",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Combined Tire & Auto Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Business"
        }
      ],
      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.