{"id":7769,"date":"2026-03-31T13:08:53","date_gmt":"2026-03-31T11:08:53","guid":{"rendered":"https:\/\/www.hoteltramontano.com\/en\/?page_id=7769"},"modified":"2026-03-31T13:11:28","modified_gmt":"2026-03-31T11:11:28","slug":"easter-menu-restaurant-in-sorrento","status":"publish","type":"page","link":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/","title":{"rendered":"Easter Menu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7769\" class=\"elementor elementor-7769\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7a3cdabc elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"7a3cdabc\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-23bff88f\" data-id=\"23bff88f\" data-element_type=\"column\" data-settings=\"{&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-14cafb2e elementor-widget elementor-widget-shortcode\" data-id=\"14cafb2e\" data-element_type=\"widget\" data-settings=\"{&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n\tvar $jj = jQuery.noConflict();\r\n\t$jj(function()\r\n\t{\r\n\t\t$jj( \"#dataIn\" ).datepicker({\r\n\t\t\t\tdateFormat: \"dd-mm-yy\",\/\/per la lingua  inglese: \"yy-mm-dd\"\r\n\t\t\t\tminDate: new Date(2026, 04 - 1, 27),\r\n\t\t\t\tonClose: function() { setPartenza() }\r\n\t\t\t});\r\n\t\t$jj( \"#dataOut\" ).datepicker({\r\n\t\t\t\tdateFormat: \"dd-mm-yy\",\/\/per la lingua  inglese: \"yy-mm-dd\"\r\n\t\t\t\tminDate: new Date(2026, 04 - 1, 27)\r\n\t\t\t});\r\n\t});\r\n\r\n\tfunction Obbligatorio()\r\n\t{\r\n\t\tcontrolla('frmRicercaDisponibilitaPortale');\r\n\t};\r\n\/\/javascript:controlla(\".'\"frmRicercaDisponibilitaPortale\"'.\");\r\n<\/script>\r\n<script type=\"text\/javascript\">\r\n\tfunction setPartenza()\r\n\t{\r\n\t\tDate.prototype.addDays = function(intDays) {this.setDate(this.getDate() + intDays);}\r\n\t\tdataArrivo = document.getElementById(\"dataIn\").value;\r\n\t\tdA = dataArrivo.split(\"-\");\r\n\r\n\t\tif('en'=='en')\r\n\t\t\tdata = new Date(dA[1]+\"\/\"+dA[0]+\"\/\"+dA[2]);\r\n\t\telse\r\n\t\t\tdata = new Date(dA[1]+\"\/\"+dA[2]+\"\/\"+dA[0]);\r\n\r\n\t\tdata.addDays(1);\r\n\r\n\t\tif(data.getDate()<10) {\tdd = \"0\"+data.getDate(); } else\t{ dd = data.getDate(); }\r\n\t\tif(data.getMonth()<9) { mm = \"0\"+(data.getMonth()+1); } else { mm = data.getMonth()+1; }\r\n\r\n\t\tif('en'=='en')\r\n\t\t\tdocument.getElementById(\"dataOut\").value = dd+\"-\"+mm+\"-\"+data.getFullYear();\r\n\t\telse\r\n\t\t\tdocument.getElementById(\"dataOut\").value = data.getFullYear()+\"-\"+mm+\"-\"+dd;\r\n\t}\r\n\r\n\r\n\tfunction controlla(id)\r\n\t{\r\n\t\tvar form = document.getElementById(id);\r\n\t\tdataArr  = form.dataIn.value;\r\n\t\tdataPart = form.dataOut.value;\r\n\r\n\t\tdA = dataArr.split(\"-\");\r\n\t\tdP = dataPart.split(\"-\");\r\n\r\n\t\tif(dA[0].length < 2) { dA[0] = \"0\"+dA[0]; }\r\n\t\tif(dA[1].length < 2) { dA[1] = \"0\"+dA[1]; }\r\n\r\n\t\tdataArrivo   = dA[2]+dA[1]+dA[0];\r\n\t\tdataPartenza = dP[2]+dP[1]+dP[0];\r\n\r\n\t\tif(dataPartenza <= dataArrivo) {\r\n\t\t\talert(\"Attenzione! La data partenza deve essere superiore della data arrivo.\");\r\n\t\t  \treturn false;\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tform.submit();\r\n\t\t}\r\n\t}\r\n<\/script>\r\n\t\t<div class=\"elementor-shortcode\"><HTML> <meta name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1'><link href='https:\/\/www.hoteltramontano.com\/en\/booking\/css\/book_form_date.css' rel='stylesheet' type='text\/css' media='all' \/>\r\n\t\t\t\t <link href='https:\/\/www.hoteltramontano.com\/en\/booking\/css\/jquery-ui-1.10.4.custom.css' rel='stylesheet'>\r\n\t\t\t\t <script src='https:\/\/www.hoteltramontano.com\/en\/booking\/js\/jquery-ui-1.10.4.custom.js'><\/script><div class='square-box'>\r\n    \t\t\t<div class='square-content'>\r\n\t\t\t\t\t\t<form target='_black' name='frmRicercaDisponibilitaPortale' id='frmRicercaDisponibilitaPortale' method='post' action='https:\/\/w1.myalb.it\/booking\/v5\/index.php' onSubmit='return controlla(this)'>\t\t\t<div id='booking-in'>\r\n\t \t\t\t\t\t\t\t<input type='hidden' name='hcid' value='9fbc5ed30ad87d67105a4c534725514d'>\r\n\t\t\t          <input type='hidden' name='view' value='step1'>\r\n\t\t\t \t\t\t\t\t<input type='hidden' name='lang' value='en'>\r\n\t\t\t \t\t\t\t\t<span id='arrivo_trigger'>\r\n\t\t\t\t\t\t\t\t\t<!--<label>Arrivo<\/label>--> <input type='text' name='dataIn' id='dataIn' size='10' readonly placeholder='Arrivo' value='28-04-2026'>&nbsp;<!--<img id='img-cal-a' src='images\/showcal.gif' align='absbottom'>-->\r\n\t\t\t\t\t\t\t\t<\/span>\r\n \t\t\t\t\t\t\t\t<span id='partenza_trigger'>\r\n\t\t\t\t\t\t\t\t\t<!--<label>Partenza<\/label>--> <input type='text' name='dataOut' id='dataOut' size='10' placeholder='Partenza' readonly value='29-04-2026'>&nbsp;<!--<img id='img-cal-p' src='images\/showcal.gif' align='absbottom'>-->\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\t\t\t<div id='blocco-destro'>\r\n\t\t\t\t\t\t\t\t<span id='persone'>\r\n\t\t\t\t\t\t\t\t\t<!--<label>People<\/label>--><input type='number' id='adulti' name='adulti' placeholder='People per room' size='3' maxlength='2' max='4' min='1' \/>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<span id='book-search'>\r\n\t\t\t\t\t\t\t\t\t<a id='cerca' onclick='javascript:Obbligatorio();'>Check Availability<\/a>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\t\t<\/form>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div><\/HTML><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35589fda elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35589fda\" data-element_type=\"section\" data-settings=\"{&quot;hoteller_ext_is_background_parallax&quot;:&quot;false&quot;,&quot;hoteller_ext_is_background_on_scroll&quot;:&quot;false&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-28b318a6\" data-id=\"28b318a6\" data-element_type=\"column\" data-settings=\"{&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52713cd1 elementor-widget elementor-widget-image\" data-id=\"52713cd1\" data-element_type=\"widget\" data-settings=\"{&quot;hoteller_image_is_animation&quot;:&quot;false&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"636\" height=\"900\" src=\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\" class=\"attachment-full size-full\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-436e768f\" data-id=\"436e768f\" data-element_type=\"column\" data-settings=\"{&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5dd94e5a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5dd94e5a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Easter Menu<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7541f09a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7541f09a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Of the Hotel<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e0b869f elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7e0b869f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><strong>Nidi di rondine con fave, piselli, asparagi e guanciale<\/strong><br \/>Vol-au-vent with broad beans, peas, aspargus and bacon<\/p><p><strong>Lasagne verdi con ragu alla bolognese<\/strong><br \/>Traditional green lasagna with Bolognese sauce<\/p><p><strong>Agnello Laticauda alle erbe del nostro giardino<\/strong><br \/>Laticauda lamb with herbs. from our garden<br \/>Oppure\/or<br \/><strong>Roast Beef di Manzo con salsa al Sagrantino<\/strong><br \/>Roast Beef with Sagrantino wine sauce<\/p><p><strong>Buffet di leccornie pasquali<\/strong><br \/>Easter delicacy buffet<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3819ea elementor-align-center elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"a3819ea\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400,&quot;hoteller_ext_is_scrollme&quot;:&quot;false&quot;,&quot;hoteller_ext_is_smoove&quot;:&quot;false&quot;,&quot;hoteller_ext_is_parallax_mouse&quot;:&quot;false&quot;,&quot;hoteller_ext_is_infinite&quot;:&quot;false&quot;,&quot;hoteller_ext_is_fadeout_animation&quot;:&quot;false&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/www.ristorantebelvederesorrento.com\/en\/reservation-for-the-restaurant-belvedere-sorrento\/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Easter Menu Of the Hotel Nidi di rondine con fave, piselli, asparagi e guancialeVol-au-vent with broad beans, peas, aspargus and bacon Lasagne verdi con ragu alla bologneseTraditional green lasagna with Bolognese sauce Agnello Laticauda alle erbe del nostro giardinoLaticauda lamb [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7767,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7769","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Easter Menu | Imperial Hotel Tramontano in Sorrento<\/title>\n<meta name=\"description\" content=\"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Easter Menu | Imperial Hotel Tramontano in Sorrento\" \/>\n<meta property=\"og:description\" content=\"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/\" \/>\n<meta property=\"og:site_name\" content=\"Imperial Hotel Tramontano\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T11:11:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"636\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/\",\"url\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/\",\"name\":\"Easter Menu | Imperial Hotel Tramontano in Sorrento\",\"isPartOf\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\",\"datePublished\":\"2026-03-31T11:08:53+00:00\",\"dateModified\":\"2026-03-31T11:11:28+00:00\",\"description\":\"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage\",\"url\":\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\",\"contentUrl\":\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\",\"width\":636,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hoteltramontano.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Easter Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#website\",\"url\":\"https:\/\/www.hoteltramontano.com\/en\/\",\"name\":\"Imperial Hotel Tramontano\",\"description\":\"Hotel a Sorrento\",\"publisher\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hoteltramontano.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#organization\",\"name\":\"Imperial Hotel Tramontano\",\"url\":\"https:\/\/www.hoteltramontano.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2019\/06\/Logo_hotel_tramontano_nuovo_nero.png\",\"contentUrl\":\"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2019\/06\/Logo_hotel_tramontano_nuovo_nero.png\",\"width\":322,\"height\":188,\"caption\":\"Imperial Hotel Tramontano\"},\"image\":{\"@id\":\"https:\/\/www.hoteltramontano.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Easter Menu | Imperial Hotel Tramontano in Sorrento","description":"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/","og_locale":"it_IT","og_type":"article","og_title":"Easter Menu | Imperial Hotel Tramontano in Sorrento","og_description":"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.","og_url":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/","og_site_name":"Imperial Hotel Tramontano","article_modified_time":"2026-03-31T11:11:28+00:00","og_image":[{"width":636,"height":900,"url":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/","url":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/","name":"Easter Menu | Imperial Hotel Tramontano in Sorrento","isPartOf":{"@id":"https:\/\/www.hoteltramontano.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage"},"image":{"@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","datePublished":"2026-03-31T11:08:53+00:00","dateModified":"2026-03-31T11:11:28+00:00","description":"Easter Menu | Imperial Hotel Tramontano. The Ferragosto menu offers a sampling of traditional Mediterranean dishes.","breadcrumb":{"@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#primaryimage","url":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","contentUrl":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","width":636,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/www.hoteltramontano.com\/en\/easter-menu-restaurant-in-sorrento\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hoteltramontano.com\/en\/"},{"@type":"ListItem","position":2,"name":"Easter Menu"}]},{"@type":"WebSite","@id":"https:\/\/www.hoteltramontano.com\/en\/#website","url":"https:\/\/www.hoteltramontano.com\/en\/","name":"Imperial Hotel Tramontano","description":"Hotel a Sorrento","publisher":{"@id":"https:\/\/www.hoteltramontano.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hoteltramontano.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.hoteltramontano.com\/en\/#organization","name":"Imperial Hotel Tramontano","url":"https:\/\/www.hoteltramontano.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.hoteltramontano.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2019\/06\/Logo_hotel_tramontano_nuovo_nero.png","contentUrl":"https:\/\/www.hoteltramontano.com\/en\/wp-content\/uploads\/2019\/06\/Logo_hotel_tramontano_nuovo_nero.png","width":322,"height":188,"caption":"Imperial Hotel Tramontano"},"image":{"@id":"https:\/\/www.hoteltramontano.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/pages\/7769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/comments?post=7769"}],"version-history":[{"count":4,"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/pages\/7769\/revisions"}],"predecessor-version":[{"id":7773,"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/pages\/7769\/revisions\/7773"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/media\/7767"}],"wp:attachment":[{"href":"https:\/\/www.hoteltramontano.com\/en\/wp-json\/wp\/v2\/media?parent=7769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}