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: "Bluestone Bodyworks",
description: "Bluestone Bodyworks is a massage therapy studio in Harrisonburg offering a range of therapeutic and relaxation services including deep tissue massage, sports massage, prenatal massage, and cupping therapy. The practice focuses on personalized treatment plans to address pain, injury recovery, and overall wellness. They welcome both new and established clients seeking professional therapeutic care in a client-centered environment.",
url: "https://www.bluestonebodyworks.com/",
telephone: "+1-540-434-5000",
address: {
@type: "PostalAddress",
streetAddress: "70 East Mosby Road",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.419192599999995,
longitude: -78.8932892
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Massage Therapy, Athletes and active individuals, Pregnant women, People with chronic pain or injury recovery needs, Those seeking therapeutic wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Therapeutic Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
}
],
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.