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: "Alternative Health LLC",
description: "Alternative Health LLC in Knoxville offers a holistic approach to wellness through natural health products and services. Located on Kingston Pike, this independent business specializes in supporting customers seeking alternative and complementary health solutions tailored to their individual needs.",
telephone: "+1-865-851-7575",
address: {
@type: "PostalAddress",
streetAddress: "7213 Kingston Pike",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37919",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.930765900000004,
longitude: -84.0290172
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Holistic Wellness, Health-conscious individuals, those exploring natural remedies, people seeking alternatives to conventional medicine, wellness enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Holistic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.