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. White and Associates, P.C.",
description: "Dr. White and Associates, P.C. is a mental health clinic in Lubbock offering therapy and counseling services to individuals and families. Led by experienced mental health professionals, the practice provides evidence-based treatment for a range of behavioral and emotional health concerns in a compassionate, professional setting.",
url: "https://www.dwatherapy.com/",
telephone: "+1-806-780-0003",
address: {
@type: "PostalAddress",
streetAddress: "2545 74th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.52726570000001,
longitude: -101.8743228
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, families needing counseling, adults managing emotional and behavioral health concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Clinical Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.