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: "Lavender Spa",
description: "Lavender Spa is a full-service wellness center in downtown Charlottesville offering professional massage therapy in a relaxing spa environment. The skilled therapists specialize in therapeutic and relaxation massage techniques designed to relieve tension, improve circulation, and promote overall well-being. Whether you're seeking relief from muscle tension or a rejuvenating escape from daily stress, Lavender Spa provides a peaceful retreat.",
telephone: "+1-434-465-2965",
address: {
@type: "PostalAddress",
streetAddress: "400 E Main St Suite 1",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0297705,
longitude: -78.47925699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "46",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals seeking stress relief, individuals with muscle tension, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Therapeutic Focus"
}
],
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.