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: "Third Place Therapy",
description: "Third Place Therapy is a mental health counseling practice in Phoenix offering individual therapy, couples counseling, and trauma-informed care. The practice specializes in helping clients work through anxiety, depression, relationship issues, and PTSD with a client-centered approach. They provide both in-person sessions at their North Phoenix location and telehealth options to increase accessibility.",
url: "https://www.thirdplacetherapy.com/",
telephone: "+1-480-630-9018",
address: {
@type: "PostalAddress",
streetAddress: "7220 N 16th St Suite G",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85020",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5426826,
longitude: -112.04813870000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Phoenix, AZ and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy for anxiety or depression, couples wanting to improve their relationship, people processing trauma or PTSD",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Telehealth & In-Person Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Trauma-Informed Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Couples & Individual Therapy"
}
],
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.