Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jo's Body Shop",
description: "Jo's Body Shop is a micro massage therapy studio in East Nashville specializing in fascial manipulation and Structural Integration, techniques that target tension patterns to reduce pain and restore mobility. Owner Jo has been a licensed massage therapist since 1993, offering 60–90 minute massage sessions and a 10-session Structural Integration series designed to restore posture, flexibility, and muscle balance. The studio features a luxury wellness setting with hot tub, cold plunge, sauna, and garden—allowing clients to extend their healing experience before or after appointments.",
url: "http://www.josbodyshop.com/",
telephone: "+1-615-414-2069",
address: {
@type: "PostalAddress",
streetAddress: "3703 Katherine St",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37216",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2134272,
longitude: -86.72814149999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "East Nashville and surrounding areas, with outcall sessions available",
knowsAbout: "Massage Therapy, People with chronic pain or stiffness, athletes seeking injury recovery and mobility, posture correction seekers, wellness-focused individuals looking for integrative therapy",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Fascial Manipulation Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "10-Session Structural Integration Series"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Luxury Wellness Studio"
}
],
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.