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: "Newman Avenue Associates",
description: "Newman Avenue Associates is a mental health practice in Harrisonburg offering therapy and counseling services to children, adolescents, and adults. The practice provides individualized treatment for a range of mental health concerns in a professional clinical setting.",
url: "http://www.newmanavenue.com/",
telephone: "+1-540-434-2800",
address: {
@type: "PostalAddress",
streetAddress: "110 Newman Ave",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.447927299999996,
longitude: -78.867746
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Mental Health & Therapy, Children and adolescents, Adults seeking therapy, Families needing mental health services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-age Services"
}
],
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.