Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Caross Catering and Event Planning",
description: "Caross Catering and Event Planning is a full-service catering company based in Brooklyn offering customized menus and event coordination for weddings, corporate events, and private celebrations. With expertise in both traditional and contemporary cuisine, they handle everything from menu planning to on-site service, working closely with clients to deliver tailored dining experiences that match their vision and budget.",
telephone: "+1-718-802-8059",
address: {
@type: "PostalAddress",
streetAddress: "783 E 56th St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11234",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6371532,
longitude: -73.92269209999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Brooklyn, Queens, Manhattan, and surrounding areas",
knowsAbout: "Catering, Wedding couples, corporate event planners, couples hosting milestone celebrations, private party hosts seeking upscale dining",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Coordination"
}
],
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.