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: "Total Relax",
description: "Total Relax is a full-service massage and spa clinic in Austin offering Swedish, deep tissue, Thai, couples, hot stone, foot, and specialty massage techniques performed by licensed therapists. They specialize in relieving back and neck pain, reducing stress, and improving circulation through personalized therapeutic treatments. Open 7 days a week, they provide a welcoming environment for clients seeking relaxation and wellness benefits.",
url: "http://totalrelaxtx.wixsite.com/78731",
telephone: "+1-512-380-9000",
address: {
@type: "PostalAddress",
streetAddress: "3315 Hancock Dr",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78731",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.332441,
longitude: -97.75981499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "490",
bestRating: "5"
},
areaServed: "Austin, TX and surrounding areas",
knowsAbout: "Massage Therapy, Stress relief seekers, athletes and active individuals, couples looking for shared wellness experiences, people with chronic pain",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed Therapists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Range of Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Extended Hours"
}
],
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.