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: "blue lotus",
description: "Blue Lotus is a wellness studio in downtown Raleigh offering yoga classes for practitioners of all levels. Located at 401 N West St, they provide a welcoming space for students to develop their practice, from beginners exploring yoga for the first time to experienced practitioners seeking to deepen their skills.",
url: "http://www.bluelotusnc.com/",
address: {
@type: "PostalAddress",
streetAddress: "401 N West St Unit 105",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27603",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.785554999999995,
longitude: -78.64599369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, experienced practitioners, wellness-focused individuals, downtown Raleigh residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Programming"
}
],
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.