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: "Austin Psychotherapy Services",
description: "Austin Psychotherapy Services provides individual therapy and counseling services in downtown Austin, offering evidence-based mental health treatment for adults dealing with depression, anxiety, trauma, and life transitions. The practice focuses on creating a supportive therapeutic environment where clients can work through emotional and behavioral challenges with licensed mental health professionals.",
url: "https://austinpsychotherapyservices.com/",
telephone: "+1-512-270-9002",
address: {
@type: "PostalAddress",
streetAddress: "805 W 10th St #201",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78701",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.273991,
longitude: -97.75013709999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Mental Health & Therapy, Adults seeking individual therapy, people dealing with anxiety or depression, trauma recovery, life transition support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Evidence-Based Approach"
}
],
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.