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 Harris PsyD & Associates",
description: "Jennifer Harris PsyD & Associates is a mental health practice in Chicago offering individual psychotherapy, couples counseling, and specialized trauma treatment. Led by Dr. Jennifer Harris, a licensed psychologist, the practice provides evidence-based care tailored to each client's needs, with a focus on creating a supportive therapeutic environment for healing and personal growth.",
url: "https://www.jhpsyd.com/",
telephone: "+1-773-598-9219",
address: {
@type: "PostalAddress",
streetAddress: "2000 N Racine Ave #4800",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60614",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.918234999999996,
longitude: -87.658487
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Chicago and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking trauma therapy, couples working on relationship issues, professionals managing stress and mental health",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Led by Licensed Psychologist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Trauma-Focused Treatment"
}
],
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.