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: "Schulz Bräu Brewing Company",
description: "Schulz Bräu Brewing Company is a local craft brewery in Knoxville featuring their own brewed beers, a full food menu, and a welcoming taproom atmosphere. They offer live music events and serve as a gathering place for the community with both dine-in service and catering options available. Their focus on quality craft imports and locally-made beers makes them a destination for beer enthusiasts and casual visitors alike.",
url: "http://schulzbraubrewing.com/",
telephone: "+1-865-415-3845",
address: {
@type: "PostalAddress",
streetAddress: "126 Bernard Ave",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37917",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9771855,
longitude: -83.9261732
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "1161",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Catering, Craft beer enthusiasts, date night couples, group gatherings, live music fans, event hosts seeking catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Craft Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Live Music Venue"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Food Service"
}
],
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.