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: "Aspen Grove Family Therapy",
description: "Aspen Grove Family Therapy provides counseling and mental health services to individuals and families in Twin Falls, ID. The practice specializes in family therapy, helping clients navigate relationship dynamics, communication challenges, and life transitions. Their therapists work with a range of concerns including anxiety, depression, and family conflict through evidence-based approaches.",
url: "http://aspengrovetherapy.com/",
telephone: "+1-208-258-7681",
address: {
@type: "PostalAddress",
streetAddress: "762 Fls Ave W",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.577091599999996,
longitude: -114.4637812
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Mental Health & Therapy, Families seeking relationship counseling, individuals working through anxiety or depression, couples and parents navigating communication issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Focused Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Community Presence"
}
],
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.