Structured Data

    Adam's Auto Glass

    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: "Adam's Auto Glass",
      description: "Adam's Auto Glass specializes in windshield replacement, repair, and auto glass services for vehicles of all types in Bakersfield. With over 159 customer reviews, they provide professional glass installation and replacement to get drivers back on the road safely. Located on S Union Ave, they handle everything from minor chip repairs to full windshield replacements with quality service.",
      telephone: "+1-661-836-1586",
      address: {
        @type: "PostalAddress",
        streetAddress: "5311 S Union Ave",
        addressLocality: "Bakersfield",
        addressRegion: "CA",
        postalCode: "93307",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.3066983,
        longitude: -119.00337090000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.1",
        reviewCount: "159",
        bestRating: "5"
      },
      areaServed: "Bakersfield, CA and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Drivers with windshield damage, chip repair needs, full glass replacement, vehicle owners seeking specialized glass service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Auto Glass Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Bakersfield Business"
        }
      ],
      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.