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: "Cozy Psychology",
description: "Cozy Psychology is a mental health practice in Sacramento offering therapy and counseling services to help clients navigate life challenges, emotional concerns, and personal growth. Located on J Street, they provide a welcoming environment where clients can work with licensed therapists to address mental health needs through evidence-based treatment approaches.",
url: "https://www.cozypsychology.com/",
telephone: "+1-916-299-5596",
address: {
@type: "PostalAddress",
streetAddress: "2224 J St Suite 213",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5754943,
longitude: -121.47631860000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people addressing anxiety or depression, those in life transitions, anyone wanting professional mental health support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Welcoming Practice Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient J Street 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.