Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Kaspars Catering & Events",
description: "Kaspars Catering & Events is a full-service catering company based in Seattle specializing in weddings, corporate events, and private celebrations. They offer customizable menus, on-site cooking and service, and handle everything from intimate gatherings to large events. With over two decades of experience, Kaspars combines European culinary traditions with fresh, seasonal ingredients to create memorable dining experiences tailored to each client's vision.",
url: "https://kasparsseattlecatering.com/",
telephone: "+1-206-298-0123",
address: {
@type: "PostalAddress",
streetAddress: "3656 34th Ave W",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98199",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6539384,
longitude: -122.4006851
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "91",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Catering, Engaged couples planning weddings, Corporate event planners, Private celebration hosts, Clients seeking upscale catering with European cuisine",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "European Culinary Heritage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full On-Site Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Customizable Event Solutions"
}
],
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.