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: "Portal",
description: "Portal is a boutique fitness studio in Phoenix specializing in Pilates instruction with a focus on reformer and mat-based classes. Located at 3508 N 7th St, Portal offers small group classes and personalized training designed to build strength, flexibility, and body awareness. The studio is known for its welcoming atmosphere and attention to proper form, making it suitable for both beginners and experienced practitioners.",
url: "https://www.groundwrkphx.com/portal",
telephone: "+1-602-920-5957",
address: {
@type: "PostalAddress",
streetAddress: "3508 N 7th St #130B",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85014",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4887888,
longitude: -112.0657037
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Phoenix, Arizona",
knowsAbout: "Pilates Studios, Fitness enthusiasts seeking low-impact strength training, Pilates beginners, individuals focused on core strength and flexibility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Beginner to Advanced Instruction"
}
],
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.