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: "PEAK Psychological Wellness, PLLC",
description: "PEAK Psychological Wellness, PLLC is a mental health practice in Seattle providing individual therapy and psychological services to adults. The practice focuses on evidence-based treatment approaches to help clients achieve their wellness goals and improve overall mental health.",
url: "http://www.peakpsychological.com/",
telephone: "+1-206-552-8491",
address: {
@type: "PostalAddress",
streetAddress: "3245 Fairview Ave E Suite 210",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6520291,
longitude: -122.32312900000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Adults seeking individual therapy, individuals managing anxiety or depression, professionals in the Seattle area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Treatment"
},
{
@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.