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: "Culinary Canvas Catering, LLC.",
description: "Culinary Canvas Catering specializes in custom catering services for events throughout the Phoenix area. They offer personalized menu design and professional service tailored to corporate events, celebrations, and special occasions. Their creative approach to culinary offerings ensures each event receives unique, high-quality food service.",
url: "https://www.culinarycanvascatering.com/",
telephone: "+1-480-382-1451",
address: {
@type: "PostalAddress",
streetAddress: "17609 N 32nd Way",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85032",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.6470485,
longitude: -112.01198339999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Catering, Corporate events, Wedding receptions, Private celebrations, Special occasions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Menu Design"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event Catering"
}
],
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.