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: "Tampa Yoga Therapy",
description: "Tampa Yoga Therapy offers therapeutic yoga classes designed to support physical healing, mental clarity, and overall wellness. Their practice combines traditional yoga principles with therapeutic techniques to help clients manage stress, improve flexibility, and build strength. Located in Tampa, they welcome both beginners and experienced practitioners seeking a mindful approach to fitness and health.",
url: "http://www.tampayogatherapy.com/",
telephone: "+1-678-772-7912",
address: {
@type: "PostalAddress",
streetAddress: "6104 River Terrace",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.003575299999998,
longitude: -82.4699132
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Tampa and surrounding areas",
knowsAbout: "Yoga Studios, People seeking stress relief, those recovering from injury, beginners exploring yoga, individuals interested in therapeutic wellness practices",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Therapeutic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible to All Levels"
}
],
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.