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: "Forest Moon Restorative Yoga",
description: "Forest Moon Restorative Yoga is a dedicated yoga studio in downtown Charlottesville offering restorative yoga classes designed to promote relaxation, healing, and stress relief. Specializing in gentle, supported yoga practices, they create a peaceful environment for practitioners of all experience levels to restore balance and wellbeing.",
url: "http://forestmoonrestorative.com/",
address: {
@type: "PostalAddress",
streetAddress: "223 W Main St Suite B1",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0313784,
longitude: -78.4826703
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Yoga Studios, Stress relief seekers, yoga beginners, people recovering from injury, those seeking gentle wellness practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Restorative Yoga Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
}
],
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.