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: "Studio P Pilates",
description: "Studio P Pilates is a dedicated pilates studio in Lenoir City offering mat and reformer pilates classes designed to build strength, flexibility, and core stability. The studio focuses on small class sizes and personalized attention, making it welcoming for both beginners and experienced practitioners. Whether you're seeking injury rehabilitation, prenatal/postnatal support, or general fitness improvement, Studio P provides a supportive environment for all fitness levels.",
url: "http://studiopmaryville.com/",
telephone: "+1-256-571-6837",
address: {
@type: "PostalAddress",
streetAddress: "2771 US-11 #3",
addressLocality: "Lenoir City",
addressRegion: "TN",
postalCode: "37772",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8047025,
longitude: -84.25465799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Lenoir City, TN and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact exercise, beginners new to pilates, prenatal and postnatal clients, individuals recovering from injury",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Class Sizes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Beginner-Friendly Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pilates Options"
}
],
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.