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: "Cherokee Country Club",
description: "Cherokee Country Club is a private golf and social club in Knoxville offering an 18-hole championship golf course, dining facilities, and event spaces for members and their guests. Located on Lyons View Pike, the club provides a full range of amenities including golf instruction, restaurant services, and banquet facilities for weddings and corporate events. The club combines recreational golf with social membership benefits in a historic Knoxville setting.",
url: "http://cherokeecountryclub.com/",
telephone: "+1-865-584-4637",
address: {
@type: "PostalAddress",
streetAddress: "5205 Lyons View Pike",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37919",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9336884,
longitude: -83.9874152
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "247",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Golfers seeking private club membership, Wedding and event hosts looking for upscale venues, Corporate groups planning meetings and outings, Social members interested in dining and community",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "18-Hole Championship Course"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Event & Banquet Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Members-Only Community"
}
],
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.