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: "Psychiatric Wellness",
description: "Psychiatric Wellness is a medical clinic in Del City specializing in psychiatric care and mental health treatment. They provide comprehensive evaluations, medication management, and therapy services to help patients manage mental health conditions. The practice focuses on personalized treatment plans and compassionate care for individuals seeking professional psychiatric support.",
url: "http://psychiatricwellness.org/",
telephone: "+1-405-437-2235",
address: {
@type: "PostalAddress",
streetAddress: "1491 S Sunnylane Rd",
addressLocality: "Del City",
addressRegion: "OK",
postalCode: "73115",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4506611,
longitude: -97.4418961
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Del City, Oklahoma and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking psychiatric evaluation, people managing mental health conditions, patients needing medication management",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Psychiatric Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.