Structured Data

    Jesus Gomez 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: "Jesus Gomez DDS",
      description: "Jesus Gomez DDS is a general dentistry practice in Corpus Christi offering comprehensive dental care for patients of all ages. Dr. Gomez and his team provide preventive care, cleanings, fillings, and other restorative treatments to help patients maintain healthy smiles. The practice focuses on personalized, quality care in a welcoming environment.",
      telephone: "+1-361-992-3873",
      address: {
        @type: "PostalAddress",
        streetAddress: "6421 Saratoga Blvd",
        addressLocality: "Corpus Christi",
        addressRegion: "TX",
        postalCode: "78414",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.6773776,
        longitude: -97.368251
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "20",
        bestRating: "5"
      },
      areaServed: "Corpus Christi, TX and surrounding areas",
      knowsAbout: "General Dentistry, Families seeking general dental care, patients needing preventive treatments, individuals requiring restorative dentistry",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Provider"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Patient-Focused Care"
        }
      ],
      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.