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: "Urban Yoga",
description: "Urban Yoga is a full-service yoga studio in Phoenix offering a variety of classes for all experience levels. Located on North Central Avenue, they provide accessible yoga instruction in a welcoming community environment designed to help students build strength, flexibility, and mindfulness.",
url: "http://www.urbanyogaphx.com/classes",
telephone: "+1-602-277-9642",
address: {
@type: "PostalAddress",
streetAddress: "3800 N Central Ave STE C-100",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85012",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.491668,
longitude: -112.0740417
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Phoenix, AZ and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts seeking flexibility training, individuals interested in wellness and mindfulness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Community 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.