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: "Rocktown Counseling",
description: "Rocktown Counseling provides individual and couples therapy to residents of Harrisonburg and the surrounding Shenandoah Valley. Their licensed counselors offer mental health support across a range of concerns, helping clients work through life challenges and build healthier relationships. They focus on creating a welcoming, non-judgmental environment for healing and personal growth.",
url: "https://www.rocktowncounseling.com/contact",
telephone: "+1-540-296-4756",
address: {
@type: "PostalAddress",
streetAddress: "590 E Market St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4491672,
longitude: -78.85804399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Harrisonburg, Virginia and Shenandoah Valley",
knowsAbout: "Mental Health & Therapy, Individuals seeking therapy, couples wanting to improve their relationship, Harrisonburg residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Couples & Relationship Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Practice"
}
],
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.