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: "Olive & Ivy",
description: "Olive & Ivy is an upscale Mediterranean-inspired restaurant in Scottsdale's Waterfront marketplace offering full table service dining, a casual marketplace café, and catering services. The restaurant serves breakfast, brunch, lunch, and dinner with Mediterranean cuisine featuring fresh ingredients, wood-fired flatbreads, and an extensive wine program. Beyond the dining room, Olive & Ivy operates a marketplace with grab-and-go options, accepts group dining reservations, and provides catering for events. Their menu spans from breakfast pastries and omelets to seafood, flatbreads, and entrées, complemented by craft cocktails, wine, and beer.",
url: "https://www.oliveandivyrestaurant.com/locations/scottsdale-az/",
telephone: "+1-480-751-2200",
address: {
@type: "PostalAddress",
streetAddress: "7135 E Camelback Rd",
addressLocality: "Scottsdale",
addressRegion: "AZ",
postalCode: "85251",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5002328,
longitude: -111.9283985
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "5921",
bestRating: "5"
},
areaServed: "Scottsdale and greater Phoenix area",
knowsAbout: "Catering, Date night diners, weekend brunch enthusiasts, business lunch groups, special event hosting",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediterranean Fine Dining"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Marketplace & Café Concept"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Dining & Catering"
}
],
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.