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: "Donovan's Dish Catering",
description: "Donovan's Dish Catering is a full-service catering company based in Cary, NC, specializing in customized menus for weddings, corporate events, and private celebrations. They offer on-site cooking and bar service, accommodating dietary needs while delivering restaurant-quality cuisine for gatherings of any size. Known for personalized service and attention to detail, Donovan's Dish transforms events into memorable dining experiences.",
url: "http://www.donovansdish.com/",
telephone: "+1-919-651-8309",
address: {
@type: "PostalAddress",
streetAddress: "107 Edinburgh S Dr #131",
addressLocality: "Cary",
addressRegion: "NC",
postalCode: "27511",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.7367485,
longitude: -78.79866229999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "296",
bestRating: "5"
},
areaServed: "Cary, NC and surrounding Triangle area",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Large family celebrations, Special occasion hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bar & Beverage Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
}
],
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.