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: "Paladin's Healing Touch",
description: "Paladin's Healing Touch is a massage spa in Lubbock offering 60 and 90-minute relaxation sessions in a tranquil, meditative environment. The therapists specialize in creating a soothing experience designed to melt away aches and stress, with meditative music and calming ambiance. They serve individuals, couples, and groups looking for wellness and relaxation.",
url: "https://www.bestmassagelubbock.com/",
telephone: "+1-806-316-5212",
address: {
@type: "PostalAddress",
streetAddress: "5121 69th St Building B 709-B",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79424",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5309512,
longitude: -101.9158664
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking stress relief, couples looking for shared relaxation experiences, gift-givers for special occasions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Meditative Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Session Lengths"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wellness Philosophy"
}
],
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.