{"id":8453,"date":"2026-03-31T12:34:18","date_gmt":"2026-03-31T10:34:18","guid":{"rendered":"https:\/\/www.hoteltramontano.it\/it\/?page_id=8453"},"modified":"2026-03-31T12:45:03","modified_gmt":"2026-03-31T10:45:03","slug":"menu-di-pasqua-ristorante-a-sorrento","status":"publish","type":"page","link":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/","title":{"rendered":"Menu di Pasqua"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8453\" class=\"elementor elementor-8453\" 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-46d0b3b elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"46d0b3b\" 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-8716064\" data-id=\"8716064\" 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-3683f7e elementor-widget elementor-widget-shortcode\" data-id=\"3683f7e\" 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\t\t$jj.datepicker.regional['it'] = {\r\n\t\t\t\t\tcloseText: 'Chiudi', \/\/ set a close button text\r\n\t\t\t    currentText: 'Oggi', \/\/ set today text\r\n\t\t\t    monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',   'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], \/\/ set month names\r\n\t\t\t    monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu','Lug','Ago','Set','Ott','Nov','Dic'], \/\/ set short month names\r\n\t\t\t    dayNames: ['Domenica','Luned&#236','Marted&#236','Mercoled&#236','Gioved&#236','Venerd&#236','Sabato'], \/\/ set days names\r\n\t\t\t    dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], \/\/ set short day names\r\n\t\t\t    dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'], \/\/ set more short days names\r\n\t\t\t    dateFormat: 'dd\/mm\/yy' \/\/ set format date\r\n\t\t\t\t};\r\n\t\t$jj.datepicker.setDefaults($jj.datepicker.regional['it']);\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  regional: \"IT\",\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\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('it'=='it')\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('it'=='it')\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.it\/it\/booking\/css\/book_form_date.css' rel='stylesheet' type='text\/css' media='all' \/>\r\n\t\t\t\t <link href='https:\/\/www.hoteltramontano.it\/it\/booking\/css\/jquery-ui-1.10.4.custom.css' rel='stylesheet'>\r\n\t\t\t\t <script src='https:\/\/www.hoteltramontano.it\/it\/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='it'>\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='Persone per Camera' 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();'>Verificare la disponibilit\u00e0<\/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-1da0afb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1da0afb\" 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-c6cc490\" data-id=\"c6cc490\" 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-3fb4e43 elementor-widget elementor-widget-image\" data-id=\"3fb4e43\" 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.it\/it\/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-fa6956f\" data-id=\"fa6956f\" 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-9df2601 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9df2601\" 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\">Menu di Pasqua<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22a2dd8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"22a2dd8\" 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\">Dell'Hotel<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82b5129 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"82b5129\" 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-5dba080 elementor-align-center elementor-mobile-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"5dba080\" 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.it\/it\/prenotazione\/\" 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\">Prenota Ora<\/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>Menu di Pasqua Dell&#8217;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 with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8455,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8453","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>Menu di Pasqua | Imperial Hotel Tramontano a Sorrento<\/title>\n<meta name=\"description\" content=\"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.\" \/>\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.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Menu di Pasqua | Imperial Hotel Tramontano a Sorrento\" \/>\n<meta property=\"og:description\" content=\"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/\" \/>\n<meta property=\"og:site_name\" content=\"Imperial Hotel Tramontano\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T10:45:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hoteltramontano.it\/it\/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=\"Tempo di lettura stimato\" \/>\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.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/\",\"url\":\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/\",\"name\":\"Menu di Pasqua | Imperial Hotel Tramontano a Sorrento\",\"isPartOf\":{\"@id\":\"http:\/\/www.hoteltramontano.it\/it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hoteltramontano.it\/it\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\",\"datePublished\":\"2026-03-31T10:34:18+00:00\",\"dateModified\":\"2026-03-31T10:45:03+00:00\",\"description\":\"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage\",\"url\":\"https:\/\/www.hoteltramontano.it\/it\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg\",\"contentUrl\":\"https:\/\/www.hoteltramontano.it\/it\/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.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hoteltramontano.it\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Menu di Pasqua\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/www.hoteltramontano.it\/it\/#website\",\"url\":\"http:\/\/www.hoteltramontano.it\/it\/\",\"name\":\"Imperial Hotel Tramontano\",\"description\":\"Hotel a Sorrento\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/www.hoteltramontano.it\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Menu di Pasqua | Imperial Hotel Tramontano a Sorrento","description":"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.","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.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/","og_locale":"it_IT","og_type":"article","og_title":"Menu di Pasqua | Imperial Hotel Tramontano a Sorrento","og_description":"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.","og_url":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/","og_site_name":"Imperial Hotel Tramontano","article_modified_time":"2026-03-31T10:45:03+00:00","og_image":[{"width":636,"height":900,"url":"https:\/\/www.hoteltramontano.it\/it\/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":{"Tempo di lettura stimato":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/","url":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/","name":"Menu di Pasqua | Imperial Hotel Tramontano a Sorrento","isPartOf":{"@id":"http:\/\/www.hoteltramontano.it\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage"},"image":{"@id":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hoteltramontano.it\/it\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","datePublished":"2026-03-31T10:34:18+00:00","dateModified":"2026-03-31T10:45:03+00:00","description":"Menu di Pasqua | Imperial Hotel Tramontano. Il menu di Ferragosto propone una degustazione di piatti della tradizione mediterranea.","breadcrumb":{"@id":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.hoteltramontano.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#primaryimage","url":"https:\/\/www.hoteltramontano.it\/it\/wp-content\/uploads\/2026\/03\/Ristorante_Belvedere_Sorrento_ristorante_a_sorrento_menu_di_Pasqua.jpg","contentUrl":"https:\/\/www.hoteltramontano.it\/it\/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.it\/it\/menu-di-pasqua-ristorante-a-sorrento\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hoteltramontano.it\/it\/"},{"@type":"ListItem","position":2,"name":"Menu di Pasqua"}]},{"@type":"WebSite","@id":"http:\/\/www.hoteltramontano.it\/it\/#website","url":"http:\/\/www.hoteltramontano.it\/it\/","name":"Imperial Hotel Tramontano","description":"Hotel a Sorrento","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.hoteltramontano.it\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"_links":{"self":[{"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/pages\/8453","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/comments?post=8453"}],"version-history":[{"count":4,"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/pages\/8453\/revisions"}],"predecessor-version":[{"id":8469,"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/pages\/8453\/revisions\/8469"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/media\/8455"}],"wp:attachment":[{"href":"https:\/\/www.hoteltramontano.it\/it\/wp-json\/wp\/v2\/media?parent=8453"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}