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: "Bbq Rowe",
description: "BBQ Rowe is a Chattanooga-based barbecue restaurant and catering service specializing in authentic smoked meats and traditional BBQ sides. They offer both dine-in service and food delivery, making their signature barbecue accessible for everyday meals and special events. Their catering services are designed for corporate events, parties, and gatherings of various sizes throughout the Chattanooga area.",
url: "http://www.bbqrowe.com/",
telephone: "+1-423-451-2716",
address: {
@type: "PostalAddress",
streetAddress: "5704 Marlin Rd",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0075721,
longitude: -85.21042399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Chattanooga, Tennessee and surrounding areas",
knowsAbout: "Catering, BBQ enthusiasts, corporate event planners, party hosts, families seeking convenient catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full BBQ & Catering Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Food Delivery Available"
}
],
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.