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: "Above and Beyond Catering",
description: "Above and Beyond Catering is a full-service catering company based in Boston specializing in weddings, corporate events, and private gatherings throughout Greater Massachusetts. They offer custom seasonal menus, professional service, and elevated presentation for events of all sizes — from intimate dinners to large-scale corporate functions. The team handles complete event execution including menu design, plated service, buffet options, passed hors d'oeuvres, and interactive stations.",
url: "https://aboveabc.com/",
telephone: "+1-617-426-5999",
address: {
@type: "PostalAddress",
streetAddress: "42 Plympton St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.338949199999995,
longitude: -71.0677956
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Boston, Cambridge, and Greater Massachusetts",
knowsAbout: "Catering, Wedding couples, corporate event planners, private celebration hosts seeking polished, full-service catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Seasonal Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Management"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Elevated Presentation Focus"
}
],
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.