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: "CN Catering",
description: "CN Catering is a full-service catering company based in Dallas specializing in customized menus for corporate events, weddings, and private celebrations. They offer on-site cooking, bar and beverage service, and dietary accommodations to meet diverse client needs. With over a decade of experience, CN Catering handles events of all sizes and delivers professional service with attention to detail.",
url: "https://cncatering.com/",
telephone: "+1-214-821-2514",
address: {
@type: "PostalAddress",
streetAddress: "8805 Sovereign Row",
addressLocality: "Dallas",
addressRegion: "TX",
postalCode: "75247",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8192295,
longitude: -96.8857689
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "127",
bestRating: "5"
},
areaServed: "Dallas and surrounding North Texas areas",
knowsAbout: "Catering, Corporate event planners, engaged couples planning weddings, private party hosts, non-profit organizations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Bar & Beverage 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.