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: "Ocean View Yoga",
description: "Ocean View Yoga is a dedicated yoga studio in Norfolk, VA offering classes for all levels in a welcoming community environment. Located on West Ocean View Avenue, they provide accessible yoga instruction designed to help students build strength, flexibility, and mental clarity. Whether you're a beginner starting your yoga journey or an experienced practitioner, Ocean View Yoga creates a supportive space for personal wellness and growth.",
url: "http://www.yogaov.com/",
telephone: "+1-757-354-3201",
address: {
@type: "PostalAddress",
streetAddress: "209 W Ocean View Ave Suite 202",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23503",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.9561528,
longitude: -76.2540471
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Yoga Studios, Beginners starting a yoga practice, Experienced practitioners seeking community classes, Fitness enthusiasts looking to improve flexibility and mindfulness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient 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.