Structured Data

    Executive Collision Center

    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: "Executive Collision Center",
      description: "Executive Collision Center is a full-service auto body and collision repair shop located in Chesapeake, VA. They specialize in collision repair, dent removal, frame straightening, and paint work for all vehicle types. The shop handles insurance claims and works directly with insurance companies to streamline the repair process for customers.",
      telephone: "+1-757-547-5511",
      address: {
        @type: "PostalAddress",
        streetAddress: "132 Tilden Ave",
        addressLocality: "Chesapeake",
        addressRegion: "VA",
        postalCode: "23320",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.7257542,
        longitude: -76.2439601
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "84",
        bestRating: "5"
      },
      areaServed: "Chesapeake, VA and surrounding Hampton Roads area",
      knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repairs, Insurance claim filers, Customers seeking damage assessment and estimates",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Insurance Claim Coordination"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Body 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.