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: "Serenity Spa",
description: "Serenity Spa is a wellness spa located in Harrisonburg offering massage therapy and spa services designed to promote relaxation and rejuvenation. The spa provides a tranquil environment for clients seeking stress relief and therapeutic wellness treatments.",
telephone: "+1-540-209-8955",
address: {
@type: "PostalAddress",
streetAddress: "2351 S Main St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4210059,
longitude: -78.894879
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Wellness & Med Spas, Stress relief seekers, busy professionals, anyone looking for relaxation and wellness treatments",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Tranquil Spa Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wellness-Focused Approach"
}
],
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.