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: "Denver Mixers and Morsels",
description: "Denver Mixers and Morsels is a custom catering company led by Chef Brendon, specializing in globally-influenced cuisine made with locally sourced ingredients. They create customized menus for weddings, corporate events, holiday parties, and other occasions, offering drop-off, setup, and on-site service options. Known for their attention to detail, responsiveness, and ability to accommodate diverse dietary needs while delivering fresh, high-quality food experiences.",
url: "https://www.mixersandmorsels.com/",
telephone: "+1-303-300-8750",
address: {
@type: "PostalAddress",
streetAddress: "675 S Broadway Ste 400",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80209",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7048754,
longitude: -104.98755659999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "52",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding metro area",
knowsAbout: "Catering, Wedding couples, corporate event planners, home entertaining hosts, clients seeking elevated culinary experiences",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Menu Creation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Sourced Ingredients"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Support"
}
],
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.