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: "Cup of Soil",
description: "Cup of Soil is a yoga studio and fitness center in Port St. Lucie offering classes and wellness services in a welcoming community environment. They combine traditional yoga practice with modern fitness facilities to serve individuals of all experience levels seeking physical activity and mindfulness.",
url: "https://cupofsoil.com/",
telephone: "+1-605-940-1010",
address: {
@type: "PostalAddress",
streetAddress: "1339 SE Coral Reef St",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34983",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.299564099999998,
longitude: -80.3200885
},
areaServed: "Port St. Lucie, FL and surrounding areas",
knowsAbout: "Yoga Studios, Yoga beginners, fitness enthusiasts, those seeking holistic wellness, community-oriented practitioners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Studio & Fitness Center"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Community-Focused Environment"
}
],
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.