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 Sociale",
description: "Yoga Sociale is a community-focused yoga studio in Hayward offering classes for all levels, from beginners to advanced practitioners. Located on B Street, they provide a welcoming environment where students can explore yoga practice, build strength and flexibility, and connect with others in their fitness journey. Their experienced instructors create an inclusive atmosphere that encourages both new and returning yogis to develop their practice.",
url: "http://www.yogasociale.com/",
telephone: "+1-510-342-6395",
address: {
@type: "PostalAddress",
streetAddress: "938 B St A",
addressLocality: "Hayward",
addressRegion: "CA",
postalCode: "94541",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.6726312,
longitude: -122.08366679999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Hayward, CA and surrounding East Bay communities",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking flexibility and strength training, community-minded individuals",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Oriented Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.