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: "Smoky Jon's #1 BBQ",
description: "Smoky Jon's #1 BBQ is a Madison-based barbecue restaurant specializing in smoked meats and classic BBQ fare. Located on Packers Ave, they offer dine-in service, food delivery, and full catering options for events of all sizes. Known for quality smoked brisket, ribs, and traditional BBQ sides, Smoky Jon's is a local favorite for casual meals and event catering.",
url: "http://www.smokyjons.com/",
telephone: "+1-608-249-7427",
address: {
@type: "PostalAddress",
streetAddress: "2310 Packers Ave",
addressLocality: "Madison",
addressRegion: "WI",
postalCode: "53704",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.1238318,
longitude: -89.3555128
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "1586",
bestRating: "5"
},
areaServed: "Madison, WI and surrounding areas",
knowsAbout: "Catering, Casual BBQ diners, event hosts seeking catering, families looking for smoked meats",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Catering Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dine-In & Delivery"
}
],
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.