Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "911 Yoga",
description: "911 Yoga is a yoga studio in Laredo offering classes for fitness and wellness. Located on E Del Mar Boulevard, they provide yoga instruction in a studio setting focused on helping students develop their practice.",
telephone: "+1-956-774-2349",
address: {
@type: "PostalAddress",
streetAddress: "2715 E Del Mar Blvd A7",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78045",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.579676,
longitude: -99.45616199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.6",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Laredo, TX",
knowsAbout: "Yoga Studios, Yoga practitioners, fitness enthusiasts, wellness seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Studio 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.