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: "Wake Foot Sanctuary",
description: "Wake Foot Sanctuary is a specialized spa focused on therapeutic foot treatments and reflexology in downtown Knoxville. They offer foot massages, pedicures, and holistic foot care services designed to promote relaxation and wellness. The sanctuary combines traditional spa amenities with a focus on foot-specific therapies to address tension and improve overall well-being.",
url: "http://wakespa.com/knoxville",
telephone: "+1-865-770-5985",
address: {
@type: "PostalAddress",
streetAddress: "507 S Gay St",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9648021,
longitude: -83.91818839999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "197",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Massage Therapy, People seeking foot pain relief, wellness enthusiasts, professionals needing stress relief",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Foot Therapy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
}
],
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.