Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Wesley Shelley & Associates",
description: "Wesley Shelley & Associates is a mental health practice in Harrisonburg offering therapy and counseling services to individuals and families. Based on their listing information, they provide personalized mental health support to help clients address emotional and behavioral challenges. The practice is located on Main Street in downtown Harrisonburg and welcomes new clients.",
telephone: "+1-540-534-9370",
address: {
@type: "PostalAddress",
streetAddress: "356 S Main St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4457278,
longitude: -78.86920479999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, Families needing counseling support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.