{"id":21278,"date":"2021-03-24T12:35:32","date_gmt":"2021-03-24T10:35:32","guid":{"rendered":"https:\/\/www.hotelmarita.gr\/?page_id=21278"},"modified":"2021-04-06T16:56:15","modified_gmt":"2021-04-06T13:56:15","slug":"our-beach","status":"publish","type":"page","link":"https:\/\/www.hotelmarita.gr\/en\/our-beach\/","title":{"rendered":"Our Beach"},"content":{"rendered":"<p>[vc_row][vc_column width=&#8221;2\/3&#8243;]\t\t\t<div\r\n\t\t\t\tclass=\"main_title  text-left  \">\r\n\t\t\t\t<h2 class=\"title\">Our Beach<\/h2>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t[vc_column_text]Sandy beach, shallow, clean sea with sparkling waters ideal for young children, lifeguard shift during high season, sun-beds and parasols provide adequate shade for guests. In the morning families enjoy the sea and sun, in the afternoon young people sip their coffee lying on lounge chairs, in the evening people prefer to drink cocktails on a sun-bed and feel the beat of all kinds of music. Enjoying the sun-kissed sea and soak up the sunshine, walking on the sea-shore savoring the unique sunset, trying the variety of sports offered on the beach: water- ski, jet ski, canoeing, petal boat, are \u00a0just a few of the activities which promise you a fun-filled holiday.<\/p>\n<p>A deserted small island, Theodorou, is in swimming distance from the beach. When the sea is calm \u2013provided you are a good swimmer- you can swim, hire a pedal boat or jet-ski to it. As it is a National Park for the endangered Cretan goat \u201cKri-Kri\u201d, access is prohibited, but you can get close enough to watch the animals drink water during sunset.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;]  <div class=\"vbf vbf-over-slider\">\n    <h2 class=\"form_title\">Book Your Stay<\/h2>\n    <div class=\"inner\">\n        <!--START FORM-->\n        <form id=\"search-form\" action=\"https:\/\/book.octorate.com\/octobook\/site\/reservation\/index.xhtml;octobooksessionid=92bb307807bf6cc06df8bfdb5af9?codice=832028\" method=\"get\" target=\"_blank\">\n          <div class=\"row\">\n                        <!-- CHECK IN -->\n            <div class=\"col-md-12\">\n                <label for=\"eagle_booking_checkin\">Check In<\/label>\n                <input type=\"text\" id=\"eagle_booking_checkin\" class=\"form-control datepicker\" placeholder=\"Check In\">\n                <input type=\"hidden\" name=\"checkin\">\n            <\/div>\n            <!-- CHECKOUT -->\n            <div class=\"col-md-12\">\n              <label for=\"eagle_booking_checkout\">Check Out<\/label>\n              <input type=\"text\" id=\"eagle_booking_checkout\" class=\"form-control datepicker\" placeholder=\"Check Out\">\n              <input type=\"hidden\" name=\"checkout\">\n            <\/div>\n            <!-- GUESTS -->\n            <div class=\"col-md-12\">\n              <label for=\"eagle_booking_guests\">Guests<\/label>\n              <div class=\"guests-picker\">\n                <div class=\"minus\" style=\"width: 80px;\"><\/div>\n                <input type=\"text\" name=\"group_adults\" id=\"eagle_booking_guests\" placeholder=\"Guests\" class=\"form-control\" min=\"1\" max=\"10\" value=\"2\" placeholder=\"Guests\" readonly style=\"width: 100%;\">\n                <div class=\"plus\" style=\"width: 80px;\"><\/div>\n              <\/div>\n            <\/div>\n            <!-- BUTTON -->\n            <div class=\"col-md-12\">\n              <input class=\"button\" type=\"submit\" value=\"CHECK AVAILABILITY\">\n            <\/div>\n            <script>\n            (function ($) {\n              \"use strict\";\n                  $(document).ready(function () {\n\n                    var datepicker = $('.datepicker');\n                    var checkin_date = $('#eagle_booking_checkin');\n                    var checkout_date = $('#eagle_booking_checkout');\n\n                    \/\/ SET DEFAULT DATES\n                    var default_checkin_date = moment().format('DD\/MM\/YYYY');\n                    var default_checkout_date = moment().add(10, 'd').format('DD\/MM\/YYYY');\n\n                    \/\/ TRANSLATE\n                    $.fn.datepicker.dates['en'] = {\n                      days: [\n                      \"Sunday\",\n                      \"Monday\",\n                      \"Tuesday\",\n                      \"Wednesday\",\n                      \"Thursday\",\n                      \"Friday\",\n                      \"Saturday\"\n                      ],\n                      daysShort: [\n                      \"Sun\",\n                      \"Mon\",\n                      \"Tue\",\n                      \"Wed\",\n                      \"Thu\",\n                      \"Fri\",\n                      \"Sat\"\n                      ],\n                      daysMin: [\n                      \"Su\",\n                      \"Mo\",\n                      \"Tu\",\n                      \"We\",\n                      \"Th\",\n                      \"Fr\",\n                      \"Sa\"\n                      ],\n                      months: [\n                      \"'January\",\n                      \"February\",\n                      \"March\",\n                      \"April\",\n                      \"May\",\n                      \"June\",\n                      \"July\",\n                      \"August\",\n                      \"September\",\n                      \"October\",\n                      \"November\",\n                      \"December'\"\n                      ],\n                      monthsShort: [\n                      \"Jan\",\n                      \"Feb\",\n                      \"Mar\",\n                      \"Apr\",\n                      \"May\",\n                      \"Jun\",\n                      \"Jul\",\n                      \"Aug\",\n                      \"Sep\",\n                      \"Oct\",\n                      \"Nov\",\n                      \"Dec'\"\n                      ],\n                      today: \"Today\",\n                      clear: \"Clear\",\n                      \/\/ format: \"mm\/dd\/yyyy\",\n                      titleFormat: \"MM yyyy\",\n                      weekStart: 0\n                    };\n\n                    \/\/ CHECKIN\n                    checkin_date.datepicker({\n                      format: \"dd\/mm\/yyyy\",\n                      startDate: new Date(),\n                      autoclose: true,\n                      todayHighlight: true,\n                      disableTouchKeyboard: true,\n                      language: 'en',\n                    });\n\n                    \/\/ CHECKIN DEFAULT DATE\n                    checkin_date.datepicker('setDate', default_checkin_date);\n\n                    \/\/ CHECKOUT\n                    checkout_date.datepicker({\n                      format: \"dd\/mm\/yyyy\",\n                      startDate: new Date(),\n                      autoclose: true,\n                      todayHighlight: false,\n                      disableTouchKeyboard: true,\n                      language: 'en',\n                    });\n\n                    \/\/ CHECKOUT DEFAULT DATE\n                    checkout_date.datepicker('setDate', default_checkout_date );\n\n                    \/\/ DISABLE DATE PICKER INPUT\n                    datepicker.attr('autocomplete', 'off');\n                    datepicker.on(\"ready\", function() {\n                      $(this).attr('autocomplete', 'off');\n                    });\n\n                    \/\/ CHANGE THE CHECKOUT BASED ON THE CHECKIN\n                    checkin_date.one('changeDate', function(e){\n\n                      var checkin_date_val_string = checkin_date.val();\n                      var new_checkout_date  = moment(checkin_date_val_string,'DD\/MM\/YYYY').add(10, 'd').format('DD\/MM\/YYYY');\n\n                      checkout_date.datepicker('setDate',  new_checkout_date);\n\n                    })\n\n                       \/\/ GUESTS\n                       $(function () {\n                           var spinner = $('.guests-picker');\n                           var spinnerplus = $('.plus')\n                           var spinnerminus = $('.minus');\n                           $(spinnerplus).on('click', function () {\n                               var btn = $(this);\n                               var input = btn.closest(spinner).find('input');\n                               if (input.attr('max') == undefined || parseInt(input.val()) < parseInt(input.attr('max'))) {\n                                   input.val(parseInt(input.val(), 10) + 1, 10);\n                               } else {\n                                   btn.next(\"disabled\", true);\n                               }\n                           });\n                           $(spinnerminus).on('click', function () {\n                               var btn = $(this);\n                               var input = btn.closest(spinner).find('input');\n                               if (input.attr('min') == undefined || parseInt(input.val()) > parseInt(input.attr('min'))) {\n                                   input.val(parseInt(input.val(), 10) - 1, 10);\n                               } else {\n                                   btn.prev(\"disabled\", true);\n                               }\n                           });\n                       })\n\n                       \/\/ CHANGE THE SENDING DATE FORMAT FOR BUILT IN BOOKING, BOOKING.COM & CUSTOM BOOKING TYPE BASED ON BOOKING TYPE\n                       datepicker.on('changeDate', function(e){\n\n                                                       $(this).next('input[type=hidden]').val( moment(e.date).format('YYYY-MM-DD') )\n                                                    });\n\n                        \/\/ CHANGE THE DEFAULT DATE FORMAT FOR BUILT IN BOOKING, BOOKING.COM & CUSTOM BOOKING TYPE BASED ON BOOKING TYPE\n                        jQuery(\"#search-form\").on('submit', function(e) {\n\n                            \/\/ GET DEFAULT DATES FROM DATEPICKER\n                            var startDate = checkin_date.datepicker('getDate');\n                            var endDate = checkout_date.datepicker('getDate');\n\n                                                        \/\/ BOOKING.COM FORMAT\n                              checkin_date.next('input[type=hidden]').val( moment(startDate).format('YYYY-MM-DD') );\n                              checkout_date.next('input[type=hidden]').val( moment(endDate).format('YYYY-MM-DD') );\n                            \n                          });\n\n                  });\n              })(jQuery);\n          <\/script>\n\n      <\/div>\n    <\/form>\n  <\/div>\n<\/div>\n[\/vc_column][\/vc_row][vc_row][vc_column]           \r\n            <div class=\"row\">\r\n\t            <div class=\"image-gallery\">\r\n\r\n                   \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_17.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_17.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_46.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_46.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_44.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_44.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_43.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_43.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_40.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_40.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_39.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_39.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_38.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_38.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_37.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_37.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_36.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_36.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_34.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_34.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_32.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_32.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_31.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_31.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_30.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_30.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_29.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_29.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n                    <!-- GALLERY ITEM -->\r\n                    <div class=\"col-lg-3 col-sm-6\">\r\n                      <figure class=\"gradient-overlay-hover icon-zoom-hover zoom-image-hover\">\r\n                                                <a href=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_28.jpg\">\r\n                          <img src=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_28.jpg\" class=\"img-responsive\">\r\n                        <\/a>\r\n                                            <\/figure>\r\n                    <\/div>\r\n\r\n                    \r\n\t                \t            <\/div>\r\n            <\/div>\r\n\r\n        [\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]Sandy beach, shallow, clean sea with sparkling waters ideal for young children, lifeguard shift during high season, sun-beds and parasols provide adequate shade for guests. In the morning families enjoy the sea and sun, in the afternoon young people sip their coffee lying on lounge chairs, in the evening people prefer to drink cocktails [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21396,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Our Beach - Hotel Marita<\/title>\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.hotelmarita.gr\/en\/our-beach\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Beach - Hotel Marita\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column width=&#8221;2\/3&#8243;][vc_column_text]Sandy beach, shallow, clean sea with sparkling waters ideal for young children, lifeguard shift during high season, sun-beds and parasols provide adequate shade for guests. In the morning families enjoy the sea and sun, in the afternoon young people sip their coffee lying on lounge chairs, in the evening people prefer to drink cocktails [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/\" \/>\n<meta property=\"og:site_name\" content=\"Hotel Marita\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-06T13:56:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_43.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"656\" \/>\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 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hotelmarita.gr\/#website\",\"url\":\"https:\/\/www.hotelmarita.gr\/\",\"name\":\"Hotel Marita\",\"description\":\"Paros accommodation and sport\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.hotelmarita.gr\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.hotelmarita.gr\/wp-content\/uploads\/2021\/03\/9_43.jpg\",\"width\":980,\"height\":656},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/#webpage\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/\",\"name\":\"Our Beach - Hotel Marita\",\"isPartOf\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/#primaryimage\"},\"datePublished\":\"2021-03-24T10:35:32+00:00\",\"dateModified\":\"2021-04-06T13:56:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/\",\"url\":\"https:\/\/www.hotelmarita.gr\/en\/our-beach\/\",\"name\":\"Our Beach\"}}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/21278"}],"collection":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/comments?post=21278"}],"version-history":[{"count":6,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/21278\/revisions"}],"predecessor-version":[{"id":21721,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/pages\/21278\/revisions\/21721"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/media\/21396"}],"wp:attachment":[{"href":"https:\/\/www.hotelmarita.gr\/en\/wp-json\/wp\/v2\/media?parent=21278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}