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: "Art Gourmet",
description: "Art Gourmet is an event catering company in Riviera Beach specializing in customized menus for corporate events, weddings, and private gatherings. They create hand-crafted menus using high-quality, locally sourced ingredients, with offerings including main courses, hors d'oeuvres, corporate lunch options, and personalized meal plans tailored to dietary restrictions and client preferences. The team approaches catering as culinary art, focusing on creating memorable dining experiences that foster connections and celebrate diverse cuisines.",
url: "http://www.artgourmet.com/",
telephone: "+1-561-978-6455",
address: {
@type: "PostalAddress",
streetAddress: "1748 Australian Ave",
addressLocality: "Riviera Beach",
addressRegion: "FL",
postalCode: "33404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.7787676,
longitude: -80.0701311
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Riviera Beach and Palm Beach County, Florida",
knowsAbout: "Catering, Corporate event planners, wedding couples, private party hosts, clients seeking customized menus with dietary accommodations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Hand-Crafted Custom Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Sourced Ingredients"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Catering"
}
],
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.