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: "Deeply Kneaded Massage Therapy",
description: "Deeply Kneaded Massage Therapy offers professional massage services in Twin Falls, specializing in therapeutic and relaxation treatments. Located on Blue Lakes Boulevard, they provide personalized massage therapy designed to address individual client needs, from stress relief to targeted muscle tension.",
url: "http://www.massagebook.com/biz/deeplykneadedmassages",
telephone: "+1-208-299-2690",
address: {
@type: "PostalAddress",
streetAddress: "430 Blue Lakes Blvd N D",
addressLocality: "Twin Falls",
addressRegion: "ID",
postalCode: "83301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.569426,
longitude: -114.45932800000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "83",
bestRating: "5"
},
areaServed: "Twin Falls, ID and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, people with muscle tension, anyone needing therapeutic massage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Therapists"
}
],
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.