Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 43 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Black Girl Pilates Club",
description: "Black Girl Pilates Club is a community-focused pilates studio located in Richmond, VA that provides accessible fitness instruction rooted in inclusive wellness practices. The studio specializes in pilates classes designed to serve and celebrate Black women and femme practitioners, offering a welcoming space for fitness enthusiasts of all experience levels.",
address: {
@type: "PostalAddress",
streetAddress: "2902 N Arthur Ashe Blvd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5706828,
longitude: -77.4666936
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Pilates Studios, Black women and femme practitioners, Community-focused fitness enthusiasts, Individuals seeking inclusive wellness spaces",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Centered Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Richmond Presence"
}
],
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.