Structured Data

    Covenant Counseling Center

    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: "Covenant Counseling Center",
      description: "Covenant Counseling Center is a mental health service provider located in Lubbock offering counseling and therapy services. They focus on helping individuals and families address emotional, behavioral, and relational challenges through professional therapeutic support.",
      telephone: "+1-806-725-5443",
      address: {
        @type: "PostalAddress",
        streetAddress: "3715 20th St",
        addressLocality: "Lubbock",
        addressRegion: "TX",
        postalCode: "79410",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5765223,
        longitude: -101.8961729
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "Lubbock, TX and surrounding areas",
      knowsAbout: "Mental Health & Therapy, Individuals seeking counseling, Families needing therapy, People addressing emotional or behavioral challenges",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Provider"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Professional Support"
        }
      ],
      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.