Structured Data

    Jeff Davis Auto & Tire Repair

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

    Schema.org / LocalBusiness
    |
    55 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Jeff Davis Auto & Tire Repair",
      description: "Jeff Davis Auto & Tire Repair is a full-service auto repair shop in Richmond specializing in tire sales, installation, and general automotive maintenance. Located on Jefferson Davis Highway, they handle everything from tire replacement and alignment to routine maintenance and repairs, serving both local residents and fleet customers.",
      telephone: "+1-804-878-3986",
      address: {
        @type: "PostalAddress",
        streetAddress: "919 Jefferson Davis Hwy N",
        addressLocality: "Richmond",
        addressRegion: "VA",
        postalCode: "23224",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.5071216,
        longitude: -77.4468814
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4",
        reviewCount: "42",
        bestRating: "5"
      },
      areaServed: "Richmond, VA and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Budget-conscious vehicle owners, routine maintenance needs, fleet managers, drivers needing same-day tire service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Complete Tire Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "General Auto Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local 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.