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: "Salty Souls Yoga",
description: "Salty Souls Yoga is a yoga studio in St. Petersburg offering classes for all levels, from beginners to experienced practitioners. Located at Crosswinds Drive North, they provide a welcoming community-focused environment where students can develop their practice through group classes and instruction.",
url: "https://saltysoulsyoga.com/",
telephone: "+1-727-459-9178",
address: {
@type: "PostalAddress",
streetAddress: "D-106, 6798 Crosswinds Dr N",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33710",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.789606,
longitude: -82.73330229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "70",
bestRating: "5"
},
areaServed: "St. Petersburg, FL and surrounding areas",
knowsAbout: "Yoga Studios, Beginners exploring yoga, fitness enthusiasts seeking low-impact exercise, individuals interested in community wellness",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Studio"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Levels Classes"
}
],
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.