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: "JOY Healthy Massage",
description: "JOY Healthy Massage is a Fort Worth-based massage spa offering professional therapeutic massage services in a relaxing spa environment. Located conveniently near the airport, they provide personalized massage treatments designed to promote wellness and pain relief. Their experienced therapists focus on helping clients achieve physical relaxation and mental rejuvenation through quality massage therapy.",
url: "https://localmassagespas.net/explore/joy-healthy-massage/",
telephone: "+1-817-714-3333",
address: {
@type: "PostalAddress",
streetAddress: "2760 Airport Fwy Ste C",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7666989,
longitude: -97.30613969999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Massage Therapy, Busy professionals, travelers, individuals seeking pain relief and stress reduction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Airport Location"
},
{
@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.