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: "Puppy Yoga Salt Lake City (Puppies Yoga)",
description: "Puppy Yoga Salt Lake City combines yoga instruction with the therapeutic benefit of interacting with puppies during classes. Located in downtown Salt Lake City, they offer a unique wellness experience that merges fitness, mindfulness, and animal interaction for stress relief and community connection.",
url: "https://puppies-yoga.com/products/salt-lake-city",
address: {
@type: "PostalAddress",
streetAddress: "75 E 400 S Suite 200",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7608926,
longitude: -111.88867119999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Salt Lake City, UT",
knowsAbout: "Yoga Studios, Yoga enthusiasts seeking unique experiences, animal lovers, stress relief seekers, those new to yoga",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Puppy Integration"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown 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.