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: "Modern Catering",
description: "Modern Catering is a Denver-based catering company specializing in full-service event catering for weddings, corporate functions, and private celebrations. They offer customizable menus, on-site food preparation, and professional service to handle events of all sizes. With a focus on fresh ingredients and creative cuisine, Modern Catering works directly with clients to design memorable dining experiences tailored to each event's unique needs.",
url: "https://moderncatering.com/",
telephone: "+1-720-299-7638",
address: {
@type: "PostalAddress",
streetAddress: "490 Decatur St",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80204",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.723632699999996,
longitude: -105.0219326
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "95",
bestRating: "5"
},
areaServed: "Denver, CO and surrounding areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private celebration hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site 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.