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: "Serendipity Catering",
description: "Serendipity Catering is a full-service catering company based in Lakewood specializing in custom menus for weddings, corporate events, and private celebrations. They offer on-site cooking, bar service, and dietary accommodations to create personalized dining experiences for gatherings of any size. With a focus on fresh ingredients and creative cuisine, they handle everything from intimate dinner parties to large-scale events.",
url: "http://www.serendipityfood.com/",
telephone: "+1-303-561-3663",
address: {
@type: "PostalAddress",
streetAddress: "7110 W Colfax Ave",
addressLocality: "Lakewood",
addressRegion: "CO",
postalCode: "80214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7400064,
longitude: -105.07580030000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "696",
bestRating: "5"
},
areaServed: "Greater Denver metro area, including Lakewood and surrounding communities",
knowsAbout: "Catering, Wedding couples, corporate event planners, private party hosts, couples planning intimate dinners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Bar 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.