Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Stay Mindful Therapy",
description: "Stay Mindful Therapy is a mental health counseling practice in Sacramento offering individual therapy and counseling services to help clients navigate life challenges, emotional wellness, and personal growth. The practice focuses on creating a supportive, non-judgmental environment where clients can explore their concerns and develop coping strategies with licensed therapists.",
url: "https://staymindfultherapy.com/",
address: {
@type: "PostalAddress",
streetAddress: "2620 J St Floor 1",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5740586,
longitude: -121.47115760000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people managing stress or life transitions, anyone prioritizing mental health and emotional wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Sacramento 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.