Structured Data

    Dr. David Westerberg, DDS

    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: "Dr. David Westerberg, DDS",
      description: "Dr. David Westerberg, DDS is a general dentistry practice in Redlands offering comprehensive dental care including preventive cleanings, fillings, root canals, and restorative treatments. With over a decade of experience serving the local community, Dr. Westerberg and his team focus on personalized patient care in a professional, welcoming environment.",
      telephone: "+1-909-792-2298",
      address: {
        @type: "PostalAddress",
        streetAddress: "104 E Olive Ave # 205",
        addressLocality: "Redlands",
        addressRegion: "CA",
        postalCode: "92373",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 34.0540041,
        longitude: -117.17980219999998
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "110",
        bestRating: "5"
      },
      areaServed: "Redlands, CA and surrounding areas",
      knowsAbout: "General Dentistry, Families seeking comprehensive dental care, patients needing preventive and restorative treatments, those looking for an established local dentist",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Practice"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive General Dentistry"
        }
      ],
      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.