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: "Pilates Haus & Barre",
description: "Pilates Haus & Barre is a boutique fitness studio in Knoxville offering reformer pilates and barre classes designed to build strength, flexibility, and lean muscle. The studio provides a welcoming environment for all fitness levels, from beginners to advanced practitioners, with small class sizes that allow for personalized attention and proper form.",
url: "https://pilateshausandbarre.com/",
telephone: "+1-865-999-3960",
address: {
@type: "PostalAddress",
streetAddress: "6450 Kingston Pike Ste. B",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37919",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.931388999999996,
longitude: -84.0086037
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, beginners new to pilates, athletes looking to improve flexibility and core stability",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Barre Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
}
],
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.