Structured Data

    California Pacific Counseling Center

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "California Pacific Counseling Center",
      description: "California Pacific Counseling Center is a mental health clinic in San Diego offering therapy and counseling services to individuals seeking support for emotional and behavioral health concerns. Located in the Mission Valley area, they provide professional mental health services in a clinical setting.",
      url: "http://calpaccounseling.org/",
      telephone: "+1-858-252-3001",
      address: {
        @type: "PostalAddress",
        streetAddress: "2515 Camino del Rio S",
        addressLocality: "San Diego",
        addressRegion: "CA",
        postalCode: "92108",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7686099,
        longitude: -117.13762749999998
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "2",
        bestRating: "5"
      },
      areaServed: "San Diego, CA and surrounding areas",
      knowsAbout: "Mental Health & Therapy, Individuals seeking professional mental health counseling, people in crisis needing clinical support, adults managing anxiety or depression",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Clinical Setting"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Convenient Location"
        }
      ],
      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.