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: "Whatever Works Catering",
description: "Whatever Works Catering is a full-service catering company based in Boise specializing in custom event catering, breakfast service, and dessert offerings. They handle corporate events, weddings, and private celebrations with flexible menu options and on-site service capabilities. The business also offers meal delivery, gift items, and a retail food store component for grab-and-go options.",
url: "http://whateverworkscatering.com/",
telephone: "+1-208-371-8253",
address: {
@type: "PostalAddress",
streetAddress: "5473 W Kendall St",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83706",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6167196,
longitude: -116.24955200000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "51",
bestRating: "5"
},
areaServed: "Boise, ID and surrounding areas",
knowsAbout: "Catering, Corporate event planners, Wedding couples, Private party hosts, Busy professionals seeking meal delivery",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Service Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Touchpoints"
}
],
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.