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: "Kevin G. Smith, Ph.D. And Associates P.C.",
description: "Kevin G. Smith, Ph.D. And Associates P.C. is a mental health practice in Houston offering therapy and counseling services to individuals, couples, and families. Dr. Smith and his team provide evidence-based treatment for a range of mental health concerns in a professional, supportive environment.",
url: "http://kevinsmithphd.com/",
telephone: "+1-713-795-5151",
address: {
@type: "PostalAddress",
streetAddress: "4203 Yoakum Blvd #170",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77006",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.7349353,
longitude: -95.39219639999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "157",
bestRating: "5"
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, couples in relationship counseling, families addressing interpersonal challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Clinical Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Service Options"
}
],
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.