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: "Swell Studio",
description: "Swell Studio is a boutique fitness studio in Virginia Beach offering pilates classes, gym facilities, and wellness services. The studio combines group fitness instruction with a juice shop and healthy food options, creating a comprehensive wellness destination for the local community. They focus on small-group classes and personalized fitness experiences in a supportive environment.",
url: "https://www.swellstudiovb.com/book-now",
telephone: "+1-757-904-0061",
address: {
@type: "PostalAddress",
streetAddress: "981 Laskin Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23451",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8569089,
longitude: -75.9896581
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "71",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking boutique pilates classes, Health-conscious individuals interested in wellness-focused nutrition, Community-minded gym members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Wellness Hub"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boutique Studio Experience"
}
],
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.