Structured Data

    Capital City Collision

    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: "Capital City Collision",
      description: "Capital City Collision is a full-service auto body shop in Raleigh specializing in collision repair, paintwork, and frame straightening. They handle everything from minor dents and scratches to major accident damage, using quality parts and professional techniques to restore vehicles to pre-accident condition. The shop works directly with insurance companies to streamline claims and repair coordination.",
      url: "http://capitalcity-collision.com/",
      telephone: "+1-919-876-6908",
      address: {
        @type: "PostalAddress",
        streetAddress: "7233 Becky Cir",
        addressLocality: "Raleigh",
        addressRegion: "NC",
        postalCode: "27615",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.8816943,
        longitude: -78.5924761
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "140",
        bestRating: "5"
      },
      areaServed: "Raleigh, NC and surrounding areas",
      knowsAbout: "Auto Body & Collision, Accident victims, insurance-covered repairs, drivers needing professional collision and paint work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Direct Insurance Coordination"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Capabilities"
        }
      ],
      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.