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: "YogaSix - Santa Clara",
description: "YogaSix is a yoga studio in Santa Clara offering a variety of yoga classes for all levels, from beginner to advanced. Located at 2090 El Camino Real, they provide accessible yoga instruction in a welcoming studio environment designed to help students build strength, flexibility, and mindfulness.",
url: "http://www.yogasix.com/santa-clara",
telephone: "+1-408-886-7168",
address: {
@type: "PostalAddress",
streetAddress: "2090 El Camino Real",
addressLocality: "Santa Clara",
addressRegion: "CA",
postalCode: "95050",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3502608,
longitude: -121.96325149999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "138",
bestRating: "5"
},
areaServed: "Santa Clara and surrounding Silicon Valley communities",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking mindfulness practices, all experience levels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Studio Facility"
}
],
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.