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: "Novi Pilates ATX",
description: "Novi Pilates ATX is a small group reformer pilates studio located in the Brykerwoods neighborhood of Austin. They offer reformer pilates classes in an intimate loft setting, specializing in personalized small group instruction to help clients build strength and flexibility.",
url: "http://noviatx.com/",
telephone: "+1-702-779-9888",
address: {
@type: "PostalAddress",
streetAddress: "1508 W 34th St Second Floor",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3058488,
longitude: -97.75056160000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Pilates Studios, Pilates enthusiasts, fitness-focused individuals seeking small group classes, people looking for personalized reformer instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Intimate Loft Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer-Focused 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.