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: "Sage Ocean Studio",
description: "Sage Ocean Studio is a wellness center in Scottsdale offering yoga classes, pilates, fitness training, and holistic health services. Located on Frank Lloyd Wright Boulevard, the studio combines traditional yoga practice with modern fitness approaches to serve the local community's wellness needs.",
url: "https://www.sageoceanstudio.com/",
telephone: "+1-602-802-5609",
address: {
@type: "PostalAddress",
streetAddress: "14350 N Frank Lloyd Wright Blvd # 6",
addressLocality: "Scottsdale",
addressRegion: "AZ",
postalCode: "85260",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6161057,
longitude: -111.8735629
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Scottsdale and surrounding Phoenix metropolitan areas",
knowsAbout: "Yoga Studios, Yoga practitioners, fitness enthusiasts, those seeking holistic wellness, pilates students",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-disciplinary approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-focused wellness"
}
],
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.