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: "Dr. Brian Trager, PsyD",
description: "Dr. Brian Trager is a licensed psychologist (PsyD) in Austin offering individual psychotherapy and mental health counseling. With a focus on personalized care, Dr. Trager provides evidence-based treatment to help clients work through personal challenges, emotional difficulties, and life transitions. His practice serves both new and ongoing therapy clients seeking professional mental health support.",
url: "https://drbriantrager.com/",
telephone: "+1-201-398-8670",
address: {
@type: "PostalAddress",
streetAddress: "1500 W 38th St #31",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78731",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.308084299999997,
longitude: -97.7486795
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Austin and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking personal therapy, people navigating life transitions, those managing emotional or behavioral challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Psychologist (PsyD)"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Central Austin Location"
}
],
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.