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: "Big Dan’s BBQ Chattanooga (Catering And Events)",
description: "Big Dan's BBQ Chattanooga is a barbecue restaurant specializing in catering and events in Chattanooga, TN. They serve authentic BBQ for private parties, corporate events, and celebrations, offering drop-off catering and on-site services. Known for quality smoked meats and customer service, Big Dan's handles everything from intimate gatherings to large celebrations.",
telephone: "+1-423-977-3267",
address: {
@type: "PostalAddress",
streetAddress: "2306 Sargent Daly Dr",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37421",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0267797,
longitude: -85.1299667
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "33",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Catering, Corporate events, wedding receptions, family celebrations, BBQ enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized BBQ Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Catering Services"
}
],
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.