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: "Ritual Wellness House",
description: "Ritual Wellness House is a Sacramento-based yoga studio and fitness center offering a full range of wellness services including yoga classes, fitness training, and holistic health programs. Located on P Street in downtown Sacramento, they combine traditional yoga instruction with modern fitness facilities to serve the local wellness community.",
url: "https://www.ritualwellnesshouse.com/",
telephone: "+1-916-595-1222",
address: {
@type: "PostalAddress",
streetAddress: "2114 P St",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.5692003,
longitude: -121.48101340000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "15",
bestRating: "5"
},
areaServed: "Sacramento and surrounding areas",
knowsAbout: "Yoga Studios, Yoga practitioners seeking studio classes, fitness enthusiasts looking for integrated wellness programs, Sacramento residents wanting holistic health options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Wellness Hub"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Sacramento 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.