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: "Alma Kitchen & Catering",
description: "Alma Kitchen & Catering is a Denver-based catering company specializing in customized menus for weddings, corporate events, and private celebrations. They offer full-service catering with on-site cooking capabilities, accommodating dietary needs and preferences for gatherings of all sizes. With a focus on quality ingredients and personalized service, Alma delivers both traditional and contemporary cuisine tailored to each client's vision.",
url: "http://www.cateringbyalma.com/",
telephone: "+1-720-439-6565",
address: {
@type: "PostalAddress",
streetAddress: "2255 S Sheridan Blvd",
addressLocality: "Denver",
addressRegion: "CO",
postalCode: "80227",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6751861,
longitude: -105.05377849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Denver and surrounding metro areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private party hosts, Groups with dietary accommodations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
},
{
@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.