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: "Dr. Michael Radkowsky, Licensed Psychologist",
description: "Dr. Michael Radkowsky is a licensed psychologist based in Washington, DC, offering individual psychotherapy and mental health counseling. With a focus on evidence-based treatment approaches, Dr. Radkowsky works with adults to address a range of psychological concerns including anxiety, depression, relationship issues, and life transitions. His practice emphasizes personalized care tailored to each client's unique needs and goals.",
url: "https://www.michaelradkowsky.com/",
telephone: "+1-202-234-3278",
address: {
@type: "PostalAddress",
streetAddress: "3000 Connecticut Ave NW Suite 439",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.92981820000001,
longitude: -77.0559076
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Mental Health & Therapy, Adults seeking individual therapy, Professionals managing work-related stress, Individuals working through life transitions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Psychologist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based 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.