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: "Jenny Moon Massage Therapy",
description: "Jenny Moon is a professional massage therapist in Buena Vista, VA, trained in a variety of massage modalities to meet different therapeutic needs. Operating from her practice at 112 W 21st St, she offers personalized massage therapy services and welcomes new clients to contact her to discuss their specific needs and schedule appointments.",
url: "http://jennymoon.amtamembers.com/",
telephone: "+1-434-334-2434",
address: {
@type: "PostalAddress",
streetAddress: "112 W 21st St",
addressLocality: "Buena Vista",
addressRegion: "VA",
postalCode: "24416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.7344868,
longitude: -79.354738
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Buena Vista, VA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking therapeutic massage, clients with specific tension or pain concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Trained in Multiple Modalities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Communication"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
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.