Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Relax Massage",
description: "Relax Massage is an independent massage therapy practice in Chattanooga offering therapeutic massage services to help clients relieve stress and muscle tension. Located on Lee Highway, they provide a relaxing environment for individuals seeking professional massage treatment.",
telephone: "+1-423-777-5887",
address: {
@type: "PostalAddress",
streetAddress: "6933 Lee Hwy #800",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37421",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.044831099999996,
longitude: -85.1664622
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "75",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Massage Therapy, Stress relief seekers, Those with muscle tension, Individuals seeking therapeutic massage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Presence"
}
],
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.