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: "Doumar's Cones & Barbecue",
description: "Doumar's Cones & Barbecue is a historic Norfolk institution since 1907, famous for handmade ice cream cones baked fresh on the original cone machine and custom-made ice cream. Operating as a classic curb-service drive-in, they serve Carolina-style barbecue sandwiches, breakfast items, hot dogs, sandwiches, and homemade floats and milkshakes alongside their signature frozen treats. The Doumar family continues to run this beloved spot, offering group tours with demonstrations of the cone-baking process and a uniquely nostalgic dining experience.",
url: "http://www.doumars.com/",
telephone: "+1-757-627-4163",
address: {
@type: "PostalAddress",
streetAddress: "1919 Monticello Ave",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23517",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.866176900000006,
longitude: -76.2849643
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "4535",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Catering, Families, history enthusiasts, ice cream lovers, group tours and bus visits, nostalgic diners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Original Cone Machine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom-Made Ice Cream"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Classic Curb Service"
}
],
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.