Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "orchid massage",
description: "Orchid Massage offers therapeutic massage services in Lexington, VA, providing a range of massage treatments designed to promote relaxation and wellness. Located on East Midland Trail, they focus on delivering personalized massage experiences to help clients manage stress and improve overall well-being.",
telephone: "+1-540-309-2552",
address: {
@type: "PostalAddress",
streetAddress: "88 E Midland Trail",
addressLocality: "Lexington",
addressRegion: "VA",
postalCode: "24450",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7737842,
longitude: -79.4342315
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Lexington, VA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, People with muscle tension, Those new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Local Access"
}
],
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.