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: "Vision BBQ & Catering",
description: "Vision BBQ is an authentic barbecue restaurant in Charlottesville serving slow-smoked pork, chicken, brisket, wings, sausage, and burgers prepared daily on-site over oak. Beyond dine-in service with a full bar and sports viewing, they offer comprehensive catering including drop-off catering, staffed off-site events, and on-site vending for all occasions. All meats, sides, and sauces are made from scratch, with vegetarian and gluten-free options available.",
url: "http://visionbbqcville.com/",
telephone: "+1-434-443-4352",
address: {
@type: "PostalAddress",
streetAddress: "249 Ridge McIntire Rd",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0324159,
longitude: -78.4851691
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "544",
bestRating: "5"
},
areaServed: "Charlottesville and Central Virginia",
knowsAbout: "Catering, BBQ enthusiasts, casual diners, event planners, corporate catering needs, private event hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Smoking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Scratch-Made Everything"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Catering & Events"
}
],
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.