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: "Hopeful Springs Counseling",
description: "Hopeful Springs Counseling is a mental health practice in Colorado Springs offering individual therapy and counseling services. They provide evidence-based treatment to help clients work through life challenges, emotional concerns, and personal growth. The practice focuses on creating a supportive therapeutic environment where clients can achieve meaningful healing and positive change.",
url: "https://www.hopefulsprings.com/",
telephone: "+1-719-425-9630",
address: {
@type: "PostalAddress",
streetAddress: "2140 Academy Cir Suite A",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80909",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8633082,
longitude: -104.7556243
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, people working through life transitions, anyone pursuing personal growth and emotional wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Therapy Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Mental Health Care"
}
],
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.