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: "PureCore Pilates",
description: "PureCore Pilates is a dedicated pilates studio in Norfolk specializing in reformer and mat pilates classes for all fitness levels. Located on Colley Avenue, they offer both group classes and private sessions designed to build core strength, improve flexibility, and enhance overall body awareness. Their experienced instructors focus on proper form and personalized modifications to help clients achieve their fitness goals safely.",
url: "https://purecorepilates.com/",
telephone: "+1-757-282-6443",
address: {
@type: "PostalAddress",
streetAddress: "1709 Colley Ave UNIT 204",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23517",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8694185,
longitude: -76.297328
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking core strengthening, people recovering from injury, beginners exploring pilates, individuals preferring small group or private instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Pilates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Private & Group 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.