Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Yoga Home",
description: "Yoga Home is a yoga studio and fitness center in Fountain offering classes for various yoga styles and fitness levels. Located at 107 E Ohio Ave, they provide a welcoming community space for practitioners of all experience levels to practice yoga, build strength, and improve overall wellness.",
url: "https://yogahomecos.com/contact",
address: {
@type: "PostalAddress",
streetAddress: "107 E Ohio Ave #4",
addressLocality: "Fountain",
addressRegion: "CO",
postalCode: "80817",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.683229499999996,
longitude: -104.700401
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "82",
bestRating: "5"
},
areaServed: "Fountain, CO and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners of all levels, fitness enthusiasts seeking mind-body practice, beginners exploring yoga, wellness-focused community members",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrated Fitness Center"
}
],
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.