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: "Rudy's \"Country Store\" and Bar-B-Q",
description: "Rudy's \"Country Store\" and Bar-B-Q is an iconic Texas barbecue restaurant on Research Boulevard in Austin, serving authentic smoked meats, sides, and classic BBQ fare in a casual, no-frills setting. They operate as a full-service dine-in restaurant with a country store atmosphere and also offer catering services for events and corporate gatherings. Known for traditional Texas BBQ preparation and quality meats, Rudy's serves both individual customers and groups looking for authentic barbecue experiences.",
url: "http://rudysbbq.com/location/detail/austin-183-tx",
telephone: "+1-512-418-9898",
address: {
@type: "PostalAddress",
streetAddress: "11570 Research Blvd",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78759",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.414154399999997,
longitude: -97.7469867
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "5252",
bestRating: "5"
},
areaServed: "Austin and surrounding areas",
knowsAbout: "Catering, BBQ enthusiasts, families, corporate event planners, casual diners seeking authentic Texas barbecue",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Texas BBQ Tradition"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Catering Services Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Extended Hours & Convenience"
}
],
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.