Structured Data

    Wally's Dent Shop

    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: "Wally's Dent Shop",
      description: "Wally's Dent Shop is a locally-owned auto body repair shop in Lubbock specializing in dent removal and collision repairs. Located on Avenue Q, they serve Lubbock residents and surrounding areas with professional auto body work. The shop handles dent repairs, paintless dent repair where applicable, and general collision damage restoration.",
      telephone: "+1-806-831-7470",
      address: {
        @type: "PostalAddress",
        streetAddress: "1917 Avenue Q",
        addressLocality: "Lubbock",
        addressRegion: "TX",
        postalCode: "79411",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5764914,
        longitude: -101.8551732
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.9",
        reviewCount: "41",
        bestRating: "5"
      },
      areaServed: "Lubbock, TX and surrounding areas",
      knowsAbout: "Auto Body & Collision, Vehicle owners with dent damage, collision repair needs, local customers preferring independent shops",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Dent Removal"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local, Independent 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.