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: "Washington Psychology Associates",
description: "Washington Psychology Associates is a mental health practice in downtown Washington, DC offering therapy and psychological services to adults and families. The practice provides evidence-based treatment for a range of mental health concerns in a professional clinical setting. They accept major insurance plans and offer flexible scheduling to accommodate working professionals in the DC area.",
url: "http://washpsych.com/",
telephone: "+1-202-374-5756",
address: {
@type: "PostalAddress",
streetAddress: "1101 17th St NW",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20036",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9040131,
longitude: -77.0380626
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Mental Health & Therapy, Working professionals, families seeking therapy, individuals in the DC metro area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
}
],
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.