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: "Bloom Pilates",
description: "Bloom Pilates is a dedicated pilates studio in Phoenix offering mat and reformer pilates classes for all fitness levels. Located on East Maryland Avenue, they provide a focused environment for clients looking to build strength, flexibility, and core stability through pilates training.",
url: "http://www.bloompilates.com/",
telephone: "+1-602-309-7269",
address: {
@type: "PostalAddress",
streetAddress: "1540 E Maryland Ave Suite 202",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85014",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5312671,
longitude: -112.0485331
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Phoenix, Arizona",
knowsAbout: "Pilates Studios, Pilates enthusiasts, fitness newcomers, clients seeking low-impact strength training, people focused on core stability",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pilates Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Class Formats"
}
],
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.