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: "The Yoga Experience",
description: "The Yoga Experience is a dedicated yoga studio in St. Petersburg offering classes for practitioners of all levels. Located on 46th Avenue North, they provide a welcoming environment for yoga instruction and fitness activities. Their studio combines traditional yoga practice with a focus on integrated wellness experiences.",
url: "https://www.integrated-experiences.com/",
telephone: "+1-970-364-3802",
address: {
@type: "PostalAddress",
streetAddress: "2963 46th Ave N Suite A",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33714",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8141626,
longitude: -82.6738306
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "St. Petersburg and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking mind-body practice, wellness-focused individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Yoga Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Welcome"
}
],
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.