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: "A Pilates Studio",
description: "A Pilates Studio in Jacksonville Beach offers reformer pilates and mat pilates classes designed to build strength, flexibility, and core stability. Located on 3rd Street South, the studio provides both group classes and private sessions for all fitness levels, from beginners to advanced practitioners. Their experienced instructors focus on proper form and personalized modifications to help clients achieve their fitness goals.",
url: "http://www.apilatesjax.com/",
telephone: "+1-904-305-0518",
address: {
@type: "PostalAddress",
streetAddress: "1102 3rd St S",
addressLocality: "Jacksonville Beach",
addressRegion: "FL",
postalCode: "32250",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2777279,
longitude: -81.3901006
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Jacksonville Beach and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, beginners new to pilates, athletes looking for core conditioning",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Fitness Levels Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Private & Group Sessions"
}
],
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.