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: "Kente Café",
description: "Kente Café is a catering service and food delivery business based in Salt Lake City that offers authentic cuisine with a focus on quality ingredients and customized menus. Operating through the Spice Kitchen Incubator, they serve both individual orders and event catering needs for the local community. The business specializes in providing flexible food service options, from delivery to full event catering.",
url: "https://spicekitchenincubator.org/chefs/kente-cafe",
telephone: "+1-385-237-4642",
address: {
@type: "PostalAddress",
streetAddress: "751 W 800 S",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84104",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7513571,
longitude: -111.91271169999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Salt Lake City and surrounding areas, Utah",
knowsAbout: "Catering, Event hosts seeking catering, individuals wanting food delivery, customers interested in authentic cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Spice Kitchen Incubator Partner"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Service Options"
}
],
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.