Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Dorm - Young Adult Intensive Outpatient Program (IOP)",
description: "The Dorm is an Intensive Outpatient Program (IOP) specializing in mental health treatment for young adults ages 18–30. Located on the Upper West Side of Manhattan, The Dorm provides structured therapy and psychiatric care designed to address depression, anxiety, substance use, and other mental health conditions while allowing clients to maintain work, school, and family commitments. Their evidence-based approach combines individual therapy, group sessions, and medication management in a supportive community setting.",
url: "https://thedorm.com/new-york-city/",
telephone: "+1-877-996-2326",
address: {
@type: "PostalAddress",
streetAddress: "175 W 72nd St",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10023",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7786721,
longitude: -73.9810427
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Manhattan and surrounding New York City areas",
knowsAbout: "Mental Health & Therapy, Young adults (18–30) struggling with depression, anxiety, or substance use; individuals seeking structured treatment without residential commitment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Age-Specific Program"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible IOP Format"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Care"
}
],
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.