Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "James W Worth Dr",
description: "Dr. James W Worth is a mental health professional serving Lexington, VA and the surrounding area. Based at 308 Jackson Ave, Dr. Worth provides counseling and therapeutic services to help clients address mental health challenges and improve overall wellbeing.",
telephone: "+1-540-463-4000",
address: {
@type: "PostalAddress",
streetAddress: "308 Jackson Ave",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7832723,
longitude: -79.447628
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding Rockbridge County area",
knowsAbout: "Mental Health & Therapy, Individuals seeking mental health support in Lexington, Local community members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Practitioner"
}
],
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.