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: "Good Hands Massage & Energy",
description: "Good Hands Massage & Energy in Fredericksburg, VA offers therapeutic massage services including deep tissue, sports massage, and energy work. The practice focuses on personalized treatment plans to address pain, tension, and overall wellness. They serve clients seeking both injury recovery and relaxation.",
url: "https://ghmmassage.com/",
telephone: "+1-804-742-0393",
address: {
@type: "PostalAddress",
streetAddress: "2380 Plank Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.293748099999995,
longitude: -77.5012107
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Massage Therapy, Athletes and active individuals, People with chronic pain or injury, Wellness-focused clients seeking holistic healing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Energy Work Integration"
},
{
@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.