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: "Nikita Pilates",
description: "Nikita Pilates is a dedicated pilates studio in Piedmont offering reformer and mat pilates classes for all fitness levels. The studio focuses on providing personalized instruction and small-group training to help clients build strength, flexibility, and core stability through authentic pilates methods.",
url: "http://www.nikitapilates.com/",
address: {
@type: "PostalAddress",
streetAddress: "Piedmont &, Ramona Ave",
addressLocality: "Piedmont",
addressRegion: "CA",
postalCode: "94611",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8316844,
longitude: -122.2454684
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Piedmont and surrounding East Bay communities",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strength training, people recovering from injury or seeking low-impact exercise, beginners exploring pilates, experienced practitioners refining their technique",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Pilates Focus"
},
{
@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.