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: "Pure Pilates",
description: "Pure Pilates is a dedicated pilates studio in Fredericksburg offering mat and reformer classes designed to build strength, flexibility, and core stability. The studio provides both group classes and private sessions for clients of all fitness levels, from beginners to advanced practitioners. Their instructors focus on proper form and individualized modifications to help clients achieve their fitness goals safely and effectively.",
url: "http://www.valya.net/",
telephone: "+1-540-226-0821",
address: {
@type: "PostalAddress",
streetAddress: "5504 Heritage Hills Cir",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.3012182,
longitude: -77.521659
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Pilates Studios, Beginners seeking to learn proper pilates technique, fitness enthusiasts wanting to build core strength, individuals preferring smaller class settings",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Private and Group Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Fitness Levels Welcome"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.