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: "Portal Pilates",
description: "Portal Pilates is a Miami-based studio offering reformer pilates and mat pilates classes designed for all fitness levels. Located in the heart of Miami, they provide both group classes and private sessions with a focus on building strength, flexibility, and body awareness through classical pilates techniques.",
url: "https://portalpilates.co/",
telephone: "+1-786-920-4527",
address: {
@type: "PostalAddress",
streetAddress: "247 SW 8th St",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.7662904,
longitude: -80.19675219999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Miami, FL and surrounding areas",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, beginners new to pilates, people recovering from injuries",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Reformer & Mat Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Private Sessions Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Central Miami 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.