Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "C2 catering",
description: "C2 Catering is a full-service catering company based in Oklahoma City that specializes in creating customized menus for events of all sizes. They offer a range of catering services including on-site cooking, bar and beverage service, and dietary accommodations to meet diverse client needs. Whether planning a corporate gathering, wedding, or special event, C2 Catering handles everything from menu design to execution.",
url: "https://c2catering.com/",
telephone: "+1-405-626-2093",
address: {
@type: "PostalAddress",
streetAddress: "1940 N May Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.488625,
longitude: -97.5653705
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Catering, Corporate event planners, wedding couples, special occasion hosts seeking professional catering",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Cooking & 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.