Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Colorado Mental Health Network",
description: "Colorado Mental Health Network is a mental health clinic in Denver offering therapy, counseling, and psychiatric services to individuals and families. Their licensed therapists and psychiatrists provide evidence-based treatment for depression, anxiety, trauma, PTSD, and other mental health conditions. They accept most major insurance plans and offer both in-person and telehealth appointments to make care accessible.",
url: "http://cmhn.us/",
telephone: "+1-720-593-8729",
address: {
@type: "PostalAddress",
streetAddress: "4700 Oakland St Suite 150",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80239",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7827978,
longitude: -104.8500679
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Denver and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy or psychiatric care, families needing counseling, people with depression or anxiety, trauma survivors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Appointment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.