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: "Well Rooted Knoxville",
description: "Well Rooted Knoxville is a wellness center in Knoxville offering holistic health services designed to support whole-person wellness. The business provides personalized care focused on natural healing and preventive health practices, serving clients seeking alternatives to conventional medical approaches.",
url: "https://www.wellrootedknoxville.com/",
telephone: "+1-865-466-2501",
address: {
@type: "PostalAddress",
streetAddress: "3304 Sevier Ave",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37920",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9484911,
longitude: -83.8910226
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals, those seeking natural wellness alternatives, people interested in preventive care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Holistic Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care"
}
],
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.