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: "Cafe Barada",
description: "Cafe Barada is an authentic Lebanese restaurant in Cambridge serving traditional Middle Eastern cuisine, from fresh kebabs and mezze to vegetarian specialties, alongside comfort food favorites. Located on Massachusetts Avenue, they offer dine-in, takeout, outdoor patio seating, food delivery, and full catering services for events. The restaurant brings Beirut-to-Boston flavors with rotating nightly specials and online ordering for convenience.",
url: "http://www.cafebarada.net/",
telephone: "+1-617-354-2112",
address: {
@type: "PostalAddress",
streetAddress: "2269 Massachusetts Ave",
addressLocality: "Cambridge",
addressRegion: "MA",
postalCode: "02140",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.3947339,
longitude: -71.1269343
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "368",
bestRating: "5"
},
areaServed: "Cambridge, MA and surrounding Boston area",
knowsAbout: "Catering, Lebanese food enthusiasts, vegetarians seeking flavorful plant-based options, event hosts planning Middle Eastern catering, casual diners seeking authentic flavors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Authentic Lebanese Cooking"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Catering Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seasonal Patio Seating"
}
],
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.