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: "Prana Yoga Center",
description: "Prana Yoga Center in La Jolla offers a comprehensive yoga program for students of all levels, from beginners to experienced practitioners. Located on Silverado Street, the studio provides a welcoming environment focused on traditional yoga practice, alignment, and mindfulness. With experienced instructors and a variety of class styles, Prana Yoga Center helps students build strength, flexibility, and inner peace.",
url: "http://www.prana-yoga.com/",
telephone: "+1-858-456-2806",
address: {
@type: "PostalAddress",
streetAddress: "1041 Silverado St",
addressLocality: "La Jolla",
addressRegion: "CA",
postalCode: "92037",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.845186,
longitude: -117.272886
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "32",
bestRating: "5"
},
areaServed: "La Jolla, San Diego",
knowsAbout: "Yoga Studios, Beginners seeking to start yoga, experienced practitioners looking to deepen their practice, anyone interested in mindfulness and stress relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Levels Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Traditional Approach"
}
],
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.