Structured Data

    Contrera's Body Shop

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

    Schema.org / LocalBusiness
    |
    44 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Contrera's Body Shop",
      description: "Contrera's Body Shop is a local auto body repair facility in Laredo serving customers who need collision damage repair, dent work, and related vehicle restoration services. As an independent shop, they focus on getting vehicles back on the road after accidents and damage.",
      address: {
        @type: "PostalAddress",
        streetAddress: "3906 Marcella Ave",
        addressLocality: "Laredo",
        addressRegion: "TX",
        postalCode: "78041",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.5316564,
        longitude: -99.4938748
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "2.1",
        reviewCount: "8",
        bestRating: "5"
      },
      areaServed: "Laredo, TX and surrounding areas",
      knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, drivers with accident damage, local Laredo residents",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Independent Operation"
        }
      ],
      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.