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: "Viva Pilates Studio",
description: "Viva Pilates Studio is an independent pilates studio located in San Diego offering mat and reformer pilates classes for all fitness levels. The studio provides a welcoming environment focused on building strength, flexibility, and core stability through personalized instruction and small group classes.",
url: "https://vivapilatesstudio.co/",
telephone: "+1-619-485-0247",
address: {
@type: "PostalAddress",
streetAddress: "7441 Mission Gorge Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8065164,
longitude: -117.07793240000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strength training, people recovering from injury, beginners looking to try pilates, active adults wanting low-impact exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Pilates Methods"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Group Classes"
}
],
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.