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: "Healthy Body Massage",
description: "Healthy Body Massage is an independent massage therapy practice in Orlando offering therapeutic massage services to help clients relieve tension, reduce pain, and improve overall wellness. Located on Conway Road, they provide personalized massage treatments in a professional spa setting, focusing on helping customers achieve better physical and mental health through skilled therapeutic touch.",
url: "http://healthybody-massage.com/",
telephone: "+1-407-826-3500",
address: {
@type: "PostalAddress",
streetAddress: "3206 Conway Rd #2",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32812",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.5044899,
longitude: -81.3313572
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "100",
bestRating: "5"
},
areaServed: "Orlando and surrounding central Florida areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, professionals with muscle tension, wellness-focused clients, people recovering from physical stress",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Massage Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Spa Setting"
}
],
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.