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: "Hangry Bulldog Catering Co.",
description: "Hangry Bulldog Catering Co. is a full-service catering company and restaurant in Roanoke that operates the Lazy Bulldog Food Truck & Bistro. They offer catering services for events of all sizes alongside a casual dining restaurant experience, providing customers with flexible options whether they're planning a special event or looking for a quick meal.",
url: "http://hangrybulldog.com/",
telephone: "+1-540-900-4234",
address: {
@type: "PostalAddress",
streetAddress: "32 Market Square SE",
addressLocality: "Roanoke",
addressRegion: "VA",
postalCode: "24011",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.272158499999996,
longitude: -79.9391194
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "313",
bestRating: "5"
},
areaServed: "Roanoke, VA and surrounding areas",
knowsAbout: "Catering, Event planners, wedding hosts, corporate gatherings, casual diners seeking food truck fare",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Concept"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Roanoke Business"
}
],
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.