Structured Data

    Bryan's Auto Body

    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: "Bryan's Auto Body",
      description: "Bryan's Auto Body is a locally-owned auto body repair shop in Provo specializing in collision damage, dent repair, and vehicle restoration. With a focus on quality craftsmanship and customer service, they handle everything from minor dents and paint work to major structural repairs, serving the central Utah area with reliable, professional service.",
      telephone: "+1-801-722-9328",
      address: {
        @type: "PostalAddress",
        streetAddress: "361 N Draper Ln Unit A",
        addressLocality: "Provo",
        addressRegion: "UT",
        postalCode: "84601",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.238361,
        longitude: -111.68788819999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "21",
        bestRating: "5"
      },
      areaServed: "Provo and surrounding communities in central Utah",
      knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, customers seeking dent removal, drivers with insurance claims",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Owner-Operated"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Collision Repair"
        }
      ],
      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.