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: "Self Care Impact Counseling",
description: "Self Care Impact Counseling is a mental health practice in Lakewood offering individual therapy and counseling services to help clients navigate life challenges, emotional wellness, and personal growth. The practice accepts major insurance plans and provides flexible scheduling including evening and weekend appointments to accommodate busy schedules. Their therapists are committed to creating a supportive, confidential environment for clients seeking professional mental health support.",
url: "https://selfcareimpact.com/",
telephone: "+1-720-551-4553",
address: {
@type: "PostalAddress",
streetAddress: "12211 W Alameda Pkwy Suite 106",
addressLocality: "Lakewood",
addressRegion: "CO",
postalCode: "80228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7053753,
longitude: -105.1383879
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Lakewood and greater Denver metro area",
knowsAbout: "Mental Health & Therapy, Working professionals, individuals managing anxiety or depression, people navigating life transitions, anyone seeking ongoing mental health support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Evening & Weekend Availability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Accepted"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Welcoming Practice Environment"
}
],
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.