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: "Wild Reed Yoga",
description: "Wild Reed Yoga is a Portland-based yoga studio offering classes for all levels in a welcoming community environment. Located on SE Grand Ave, they provide traditional and contemporary yoga instruction designed to help students build strength, flexibility, and mindfulness. The studio is known for their inclusive approach and commitment to making yoga accessible to everyone.",
url: "http://www.wildreedyoga.com/",
telephone: "+1-503-206-5667",
address: {
@type: "PostalAddress",
streetAddress: "400 SE Grand Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5199502,
longitude: -122.66042069999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "132",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts, those seeking mindfulness and wellness, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.