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: "North Texas Yoga",
description: "North Texas Yoga is a McKinney-based yoga studio offering classes for all levels, from beginners to advanced practitioners. Located on N Tennessee Street, they provide a welcoming environment for those looking to build a consistent yoga practice, improve flexibility, and enhance overall wellness through traditional yoga instruction.",
url: "http://www.northtexasyoga.com/",
telephone: "+1-214-471-5920",
address: {
@type: "PostalAddress",
streetAddress: "104 1/2 N Tennessee St, 104 N Tennessee St",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75069",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.197503,
longitude: -96.61494599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "19",
bestRating: "5"
},
areaServed: "McKinney and surrounding North Texas communities",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking flexibility and strength training, people focused on stress relief and wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
},
{
@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.