Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "XY Counseling",
description: "XY Counseling is a therapy practice in Alameda specializing in individual counseling for men, couples therapy, and ketamine-assisted psychotherapy (KAP) for depression, anxiety, and trauma. Led by Alexander Warnow, LMFT, they offer secure online sessions focused on practical tools and healing through creativity, mindfulness, and connection. They provide a free 20-minute video consultation to help clients determine if it's a good fit.",
url: "http://www.xycounseling.com/",
telephone: "+1-415-504-2787",
address: {
@type: "PostalAddress",
streetAddress: "2233 Santa Clara Ave #8",
addressLocality: "Alameda",
addressRegion: "CA",
postalCode: "94501",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.766999299999995,
longitude: -122.2448051
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Alameda, CA and surrounding Bay Area (online)",
knowsAbout: "Mental Health & Therapy, Men seeking therapy, couples working on relationship communication and intimacy, individuals interested in ketamine-assisted psychotherapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Ketamine-Assisted Psychotherapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Men-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Online-Only Sessions"
}
],
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.