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: "Heights Harm Reduction",
description: "Heights Harm Reduction is a medical clinic in Houston specializing in evidence-based treatment and support services for substance use disorders. They provide comprehensive care including medication-assisted treatment, counseling, and community resources to help individuals achieve health and stability. The clinic takes a compassionate, non-judgmental approach focused on meeting clients where they are in their recovery journey.",
url: "https://heightsharmreduction.com/",
telephone: "+1-713-249-5838",
address: {
@type: "PostalAddress",
streetAddress: "104 W 12th St Suite B",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77008",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.7923576,
longitude: -95.3986826
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals struggling with substance use disorders, People seeking medication-assisted treatment, Those needing mental health support alongside addiction treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Harm Reduction Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Medical & Counseling 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.