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: "Richmond Massage Therapy LLC",
description: "Richmond Massage Therapy LLC offers professional massage services in Midlothian, specializing in therapeutic massage treatments designed to relieve tension, improve circulation, and promote overall wellness. The practice focuses on personalized care tailored to each client's needs, whether for relaxation, pain relief, or injury recovery.",
url: "http://www.getrichmondmassage.com/",
telephone: "+1-804-423-1712",
address: {
@type: "PostalAddress",
streetAddress: "1602 Huguenot Rd",
addressLocality: "Midlothian",
addressRegion: "VA",
postalCode: "23113",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5145069,
longitude: -77.6158956
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "129",
bestRating: "5"
},
areaServed: "Midlothian, VA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, stress reduction, recovery from injury, wellness maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.