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: "Greater Heights Behavioral Health Associates, PLLC",
description: "Greater Heights Behavioral Health Associates, PLLC is a mental health clinic in Houston providing psychiatric and counseling services to adults and families. Located in the Heights area, they offer evidence-based therapy, medication management, and behavioral health treatment in a professional clinical setting.",
url: "http://ghbha.com/",
telephone: "+1-346-204-4632",
address: {
@type: "PostalAddress",
streetAddress: "2180 N Loop W #400",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.8121604,
longitude: -95.4385765
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, primarily Heights and North Houston",
knowsAbout: "Mental Health & Therapy, Adults seeking psychiatric care, Families needing counseling, People requiring medication management with therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Psychiatric Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Adult & Family 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.