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: "Bear River Massage & Yoga",
description: "Bear River Massage & Yoga in Fredericksburg offers both therapeutic massage and yoga instruction to help clients achieve relaxation, flexibility, and overall wellness. The studio combines traditional massage therapy with yoga classes to address physical tension, stress, and injury recovery in a holistic approach.",
url: "http://www.bearriverspayoga.com/",
telephone: "+1-540-878-0378",
address: {
@type: "PostalAddress",
streetAddress: "29 Banks Ford Pkwy #109",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3601254,
longitude: -77.52037059999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "145",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Massage Therapy, Yoga enthusiasts seeking massage therapy, people managing stress and tension, individuals recovering from injury or physical strain",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.