Structured Data

    Dr. Gredell Hernandez, 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. Gredell Hernandez, DDS",
      description: "Dr. Gredell Hernandez, DDS is a general dentistry practice located in Tampa offering comprehensive dental care including cleanings, exams, fillings, and restorative treatments. Dr. Hernandez and his team focus on patient comfort and personalized care for families and individuals seeking quality dental services.",
      telephone: "+1-813-877-4638",
      address: {
        @type: "PostalAddress",
        streetAddress: "2509 W Crest Ave #4",
        addressLocality: "Tampa",
        addressRegion: "FL",
        postalCode: "33614",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.9940929,
        longitude: -82.48529810000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "220",
        bestRating: "5"
      },
      areaServed: "Tampa and surrounding areas",
      knowsAbout: "General Dentistry, Families seeking general dental care, patients needing routine cleanings and exams, individuals requiring restorative dental work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced practitioner"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Patient-focused approach"
        }
      ],
      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.