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: "Pearl Catering",
description: "Pearl Catering is a Portland-based full-service catering company specializing in custom menus for weddings, corporate events, and private celebrations. Located in Northeast Portland, they handle everything from intimate gatherings to large-scale events, offering personalized food service and on-site coordination to bring culinary vision to life.",
url: "http://www.pearlcateringpdx.com/",
telephone: "+1-503-765-8058",
address: {
@type: "PostalAddress",
streetAddress: "1836 NE 7th Ave",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5359802,
longitude: -122.6581497
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "89",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding communities",
knowsAbout: "Catering, Wedding couples, Corporate event planners, Private celebration hosts, Upscale dinner party organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Event 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.