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: "Bliss Yoga",
description: "Bliss Yoga is a full-service yoga studio in Virginia Beach offering a variety of yoga classes designed for all experience levels. Located on Nimmo Parkway, they provide a welcoming environment for beginners through advanced practitioners, with a focus on helping clients achieve physical wellness and mental clarity through yoga practice.",
url: "https://blissyogavb.com/",
telephone: "+1-757-301-9695",
address: {
@type: "PostalAddress",
streetAddress: "1080 Nimmo Pkwy",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23454",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7607557,
longitude: -76.0030582
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "35",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking low-impact exercise, people looking to reduce stress and improve flexibility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Level Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.