Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jerry's Kitchen - Washington D.C. Catering Company",
description: "Jerry's Kitchen is a Washington, D.C.-based catering company specializing in customized meal solutions for events of all sizes. With a focus on quality ingredients and personalized service, they deliver food directly to your venue or provide drop-off catering options. Their flexible approach makes them ideal for corporate events, private celebrations, and gatherings throughout the D.C. area.",
telephone: "+1-703-576-5284",
address: {
@type: "PostalAddress",
streetAddress: "1102 R St NW #1",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20009",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9124254,
longitude: -77.0273246
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Washington, D.C. and surrounding areas",
knowsAbout: "Catering, Corporate event planners, Wedding hosts, Private party organizers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Menu Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Catering Services"
}
],
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.