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: "Eagle Yoga House",
description: "Eagle Yoga House is a dedicated yoga studio in Eagle, Idaho, offering classes for practitioners of all levels. Located in Suite 109 at Fisher Park Way, they provide a welcoming environment for students seeking to build strength, flexibility, and mindfulness through yoga practice.",
url: "http://www.eagleyogahouse.com/",
telephone: "+1-208-258-3108",
address: {
@type: "PostalAddress",
streetAddress: "Suite 109, 11 N Fisher Park Way",
addressLocality: "Eagle",
addressRegion: "ID",
postalCode: "83616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6958644,
longitude: -116.39664079999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Eagle, Idaho and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking mind-body practice, individuals looking for a local community yoga studio",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient 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.