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: "Yoga Pulse Studio",
description: "Yoga Pulse Studio is a dedicated yoga studio in Mesa offering classes for all levels, from beginner to advanced practitioners. Located on Val Vista Drive, they provide a welcoming community environment focused on helping students develop their practice through expert instruction and a supportive studio culture.",
url: "http://www.yogapulsestudio.com/",
telephone: "+1-480-459-5444",
address: {
@type: "PostalAddress",
streetAddress: "342 N Val Vista Dr #102",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.421594899999995,
longitude: -111.75424199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "148",
bestRating: "5"
},
areaServed: "Mesa, AZ and surrounding East Valley communities",
knowsAbout: "Yoga Studios, Beginners starting a yoga practice, experienced yogis seeking community, fitness enthusiasts exploring mind-body wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Class Levels"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
}
],
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.