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: "Brothers BBQ Catering",
description: "Brothers BBQ Catering is a Denver-based barbecue catering company specializing in authentic smoked meats and classic BBQ sides for events of all sizes. They offer full-service catering with on-site cooking capabilities, serving corporate events, weddings, private parties, and large gatherings throughout the Denver area. Known for high-quality brisket, ribs, and pulled pork prepared fresh for each event.",
url: "https://brothers-bbq.com/",
telephone: "+1-720-297-7801",
address: {
@type: "PostalAddress",
streetAddress: "4645 W Colfax Ave",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.740617799999995,
longitude: -105.0471705
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "139",
bestRating: "5"
},
areaServed: "Denver and surrounding areas",
knowsAbout: "Catering, Weddings, corporate events, large family gatherings, festival catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Catering"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus"
}
],
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.