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: "Tranquil Touch Therapeutic Massage",
description: "Tranquil Touch Therapeutic Massage is an independent massage therapy practice in Murfreesboro offering therapeutic and relaxation massage services. Located on N Walnut Street, they specialize in helping clients achieve physical relief and mental relaxation through personalized massage treatments tailored to individual needs.",
url: "https://tranquiltouch-therapeuticmassage.square.site/",
telephone: "+1-615-200-7922",
address: {
@type: "PostalAddress",
streetAddress: "495 N Walnut St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8506521,
longitude: -86.3934757
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "61",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, stress reduction, post-injury recovery, wellness enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Treatment Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Therapeutic Focus"
}
],
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.