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: "niharika yoga studio",
description: "Niharika Yoga Studio in McKinney offers comprehensive yoga instruction in a welcoming environment for practitioners of all levels. The studio provides various yoga classes and personalized instruction, combining traditional yoga practices with modern fitness approaches. With a focus on accessibility and community, Niharika helps students develop strength, flexibility, and mindfulness through dedicated instruction.",
url: "http://niharikayoga.com/",
telephone: "+1-732-579-7035",
address: {
@type: "PostalAddress",
streetAddress: "124 Rocky Pine Rd",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75070",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.2021657,
longitude: -96.7598965
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "25",
bestRating: "5"
},
areaServed: "McKinney and surrounding areas in North Dallas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking mind-body balance, students wanting personalized instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
}
],
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.