Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Whole Wellness Therapy",
description: "Whole Wellness Therapy is a Sacramento-based mental health practice offering individual therapy and counseling services. The practice focuses on providing compassionate, personalized mental health care to help clients achieve emotional wellness and personal growth. Located downtown on J Street, they work with clients seeking therapy for a range of mental health concerns.",
url: "https://www.wholewellnesstherapy.com/",
telephone: "+1-916-619-7744",
address: {
@type: "PostalAddress",
streetAddress: "2618 J St #2",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.574128699999996,
longitude: -121.4712585
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people working through mental health concerns, those pursuing personal growth and emotional wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Client-Centered Approach"
}
],
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.