Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Peaceful Warriors Wellness Center, LLC",
description: "Peaceful Warriors Wellness Center is a holistic wellness spa in St. Petersburg offering massage therapy, spa treatments, and wellness services designed to promote relaxation and healing. The center specializes in therapeutic massage and body work, combining traditional techniques with modern wellness practices to serve both first-time clients and regular wellness seekers. Their mission centers on providing accessible, high-quality wellness care in a calm, professional environment.",
url: "https://www.peacefulwarriorswellness.com/",
address: {
@type: "PostalAddress",
streetAddress: "2150 49th Street N B",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33710",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.791338099999997,
longitude: -82.7003641
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "195",
bestRating: "5"
},
areaServed: "St. Petersburg and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals seeking stress relief, athletes and active individuals needing recovery, wellness-focused individuals, those new to massage therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Wellness Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.