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: "Mountain Peak Psychology, LLC",
description: "Mountain Peak Psychology, LLC is a mental health practice in Wheat Ridge offering therapy and psychological services to individuals and families. The practice provides compassionate, evidence-based care addressing a range of mental health concerns in a professional clinical setting.",
url: "https://www.mountainpeakpsychology.com/",
telephone: "+1-720-514-9539",
address: {
@type: "PostalAddress",
streetAddress: "3000 Youngfield St Suite 302",
addressLocality: "Wheat Ridge",
addressRegion: "CO",
postalCode: "80215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7589439,
longitude: -105.1415361
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Wheat Ridge, CO and surrounding Denver metro areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking professional mental health support, families needing therapy services, anyone looking for clinical psychological care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Clinical Practice"
},
{
@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.