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: "Bridgewater Massage and Wellness",
description: "Bridgewater Massage and Wellness offers therapeutic massage services in downtown Bridgewater, providing a range of massage techniques to help clients relax, recover, and improve overall wellness. The practice focuses on personalized care to address each client's specific needs and health goals.",
url: "https://bridgewatermassageandwellness.com/",
telephone: "+1-540-830-9966",
address: {
@type: "PostalAddress",
streetAddress: "121-B N Main St",
addressLocality: "Bridgewater",
addressRegion: "VA",
postalCode: "22812",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3832283,
longitude: -78.9759807
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Bridgewater, VA and surrounding Rockingham County area",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, those with muscle tension or pain, wellness-focused clients, people new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care"
}
],
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.