Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Safe Space Counseling",
description: "Safe Space Counseling is a mental health practice in Provo offering individual therapy, couples counseling, and specialized treatment for trauma and PTSD. Led by licensed mental health professionals, they provide a compassionate, confidential environment for clients navigating relationship challenges, anxiety, depression, and life transitions. They accept most major insurance plans and offer flexible scheduling including evening and weekend appointments.",
url: "http://www.safespaceprovo.com/",
telephone: "+1-801-960-2170",
address: {
@type: "PostalAddress",
streetAddress: "379 N University Ave",
addressLocality: "Provo",
addressRegion: "UT",
postalCode: "84601",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.2387599,
longitude: -111.6591399
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Provo and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, couples in relationship counseling, trauma survivors, professionals with work-life balance concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Trauma Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Couples & Individual Therapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.