Structured Data

    Dr. J's Auto Body Repair

    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: "Dr. J's Auto Body Repair",
      description: "Dr. J's Auto Body Repair is a full-service auto body shop in Chesapeake specializing in collision repairs, dent removal, and paint work. With over a decade of experience, the team handles everything from minor dings to major structural damage, using quality materials and precise craftsmanship to restore vehicles to pre-accident condition.",
      telephone: "+1-757-617-2023",
      address: {
        @type: "PostalAddress",
        streetAddress: "4435 Bainbridge Blvd",
        addressLocality: "Chesapeake",
        addressRegion: "VA",
        postalCode: "23320",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.7721181,
        longitude: -76.2870362
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "18",
        bestRating: "5"
      },
      areaServed: "Chesapeake, Virginia and surrounding Hampton Roads area",
      knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repairs, accident damage restoration, custom paint work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Collision Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.