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: "Maxwell Catering",
description: "Maxwell Catering is a Charlotte-based catering company specializing in soul food and Southern cuisine, offering both full-service catering for events and a dine-in restaurant experience. They serve weddings, corporate events, and private gatherings with authentic, made-to-order dishes featuring seafood, traditional soul food, and American comfort food. Known for personalized service and quality ingredients, Maxwell Catering handles everything from menu planning to on-site setup for events of various sizes.",
url: "http://maxwellcatering.com/",
telephone: "+1-704-605-3881",
address: {
@type: "PostalAddress",
streetAddress: "5427 N Sharon Amity Rd",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2316862,
longitude: -80.74170889999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "58",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private party hosts, Soul food enthusiasts seeking authentic catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Southern Cuisine"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Catering"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dual Service Model"
}
],
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.