Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Clarity Therapy Associates",
description: "Clarity Therapy Associates is a mental health practice in San Diego offering therapy and counseling services to help individuals navigate life challenges, emotional difficulties, and mental wellness goals. The practice provides personalized treatment in a supportive environment, serving clients seeking professional mental health care.",
url: "https://claritytherapyassociates.com/",
telephone: "+1-858-400-4646",
address: {
@type: "PostalAddress",
streetAddress: "12544 High Bluff Dr Suite 200",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.94609260000001,
longitude: -117.24192099999999
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people managing anxiety or depression, those in life transitions, families looking for counseling support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Mental Health Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.