Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Creator's Core",
description: "Creator's Core is a pilates studio located in Las Vegas offering mat pilates classes designed to strengthen the core and improve overall fitness. The studio focuses on providing accessible pilates instruction for clients seeking a lower-impact, functional fitness approach to building strength and flexibility.",
telephone: "+1-808-699-0035",
address: {
@type: "PostalAddress",
streetAddress: "7416 Jockey Ave",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2714431,
longitude: -115.25637920000001
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact exercise, individuals looking to improve core strength, people new to pilates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Core-Focused Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.