Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Be Lotus Pilates & Wellness",
description: "Be Lotus Pilates & Wellness is a boutique pilates studio in Phoenix offering personalized reformer pilates classes, mat pilates, and wellness services. Led by experienced instructors, the studio specializes in small-group classes designed for all fitness levels, from beginners to advanced practitioners. They focus on building strength, flexibility, and mindful movement in a welcoming, community-centered environment.",
url: "http://belotusbewell.com/",
telephone: "+1-602-690-0779",
address: {
@type: "PostalAddress",
streetAddress: "6060 N 16th St",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5254602,
longitude: -112.0478466
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Phoenix and surrounding central Arizona communities",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, beginners exploring pilates, individuals recovering from injury or focused on rehabilitation, people prioritizing mind-body wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Pilates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Beginner-Friendly Approach"
}
],
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.