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: "Elements Massage",
description: "Elements Massage Stuart offers professional therapeutic massage services in a relaxing, welcoming environment. Their licensed massage therapists specialize in various massage techniques designed to relieve tension, reduce stress, and promote overall wellness. With a focus on personalized care and experienced practitioners, Elements Massage serves clients seeking both therapeutic relief and relaxation.",
url: "https://elementsmassage.com/stuart",
telephone: "+1-772-247-0202",
address: {
@type: "PostalAddress",
streetAddress: "1905 NW Federal Hwy",
addressLocality: "Stuart",
addressRegion: "FL",
postalCode: "34994",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.227874999999997,
longitude: -80.26427919999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "253",
bestRating: "5"
},
areaServed: "Stuart, FL and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, people with muscle tension or pain, fitness enthusiasts, wellness-focused clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Massage Therapists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Wellness Approach"
}
],
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.