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: "Jennifer Stone, Therapist LCSW",
description: "Jennifer Stone is a licensed clinical social worker (LCSW) offering individual psychotherapy in New York. She provides compassionate, evidence-based mental health counseling for adults navigating life challenges, emotional distress, and personal growth. With a client-centered approach, Jennifer creates a safe therapeutic space to help you develop coping strategies and achieve meaningful change.",
url: "http://www.jstonetherapy.com/",
telephone: "+1-732-492-8430",
address: {
@type: "PostalAddress",
streetAddress: "5 W 19th St",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10011",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.739494,
longitude: -73.991888
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "14",
bestRating: "5"
},
areaServed: "New York, NY and surrounding areas",
knowsAbout: "Mental Health & Therapy, Adults seeking individual therapy, People managing anxiety or depression, Those navigating life transitions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Clinical Social Worker"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Individual Psychotherapy Focus"
}
],
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.