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: "Adaptive Mind Therapy | West Palm Beach Therapist",
description: "Adaptive Mind Therapy is a West Palm Beach-based mental health practice offering individual therapy and counseling services. The practice specializes in helping clients work through emotional challenges, life transitions, and mental health concerns with evidence-based therapeutic approaches. Their therapists are committed to creating a supportive, personalized treatment environment for each client.",
url: "http://www.adaptivemindtherapy.com/",
address: {
@type: "PostalAddress",
streetAddress: "1016 Clare Ave Suite 5",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.7020567,
longitude: -80.0623118
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "22",
bestRating: "5"
},
areaServed: "West Palm Beach and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people navigating life transitions, those managing anxiety or depression",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Methods"
}
],
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.