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: "Bellyful Catering Co.",
description: "Bellyful Catering Co. is a full-service catering company based in Hillsboro specializing in customized menus for weddings, corporate events, and private celebrations. They offer on-site cooking, bar service, and flexible catering packages designed to meet the needs of events ranging from intimate gatherings to large celebrations. Their experienced team handles everything from menu planning to event execution.",
url: "https://www.bellyfulcatering.com/",
telephone: "+1-503-407-5002",
address: {
@type: "PostalAddress",
streetAddress: "12620 SW 231st Pl",
addressLocality: "Hillsboro",
addressRegion: "OR",
postalCode: "97123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4277507,
longitude: -122.91478470000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Hillsboro and surrounding Portland metro areas",
knowsAbout: "Catering, Wedding planners, Corporate event coordinators, Private event hosts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Event Support"
}
],
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.