{"id":523,"date":"2023-08-10T11:39:03","date_gmt":"2023-08-10T11:39:03","guid":{"rendered":"https:\/\/shortstayede.nl\/book-apartment\/"},"modified":"2023-08-14T16:27:17","modified_gmt":"2023-08-14T16:27:17","slug":"appartement-boeken","status":"publish","type":"page","link":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/","title":{"rendered":"Appartement boeken"},"content":{"rendered":"<header class=\"pt-32 md:pt-56 lg:pt-64 overflow-hidden relative\">\n  <div class=\"container z-20\">\n    <div class=\"grid place-items-center relative backface-hidden\">\n      <div class=\"container relative z-20\">\n        <div class=\"max-w-4xl text-center mx-auto\">\n          <h3 data-aos=\"fade-down\" class=\"subtitle text-primary -mb-8 md:-mb-8 z-10 text-2xl md:text-4xl lg:text-6xl xl:text-8xl\">Have a nice stay<\/h3>\n          <h1 data-aos=\"fade-down\" data-aos-delay=\"200\"><\/h1>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<section class=\"pt-0  bg-transparent\">\n  <div class=\"container text-dark mt-8 md:mt-12\">\n    \n    <div class=\"grid lg:grid-cols-3 gap-4 md:gap-8\">\n\n      <div data-aos=\"fade-right\" id=\"booking-form\" data-apartment-id=\"\" data-apartment-name=\"\" class=\"bg-white p-6 md:p-8 lg:p-10 lg:col-span-2 order-2 lg:order-1\">\n      \n        <script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' >\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; geeft vereiste velden aan<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/nl\/wp-json\/wp\/v2\/pages\/523' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_13\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_13\" ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_2_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><div id=\"field_2_20\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_20\" >\n        <div class=\"rounded-md bg-primary\/10 px-5 py-4\">\n            <div class=\"flex\">\n                <div class=\"flex-shrink-0 mt-0.5\">\n                    <svg class=\"h-5 w-5 lg:w-6 lg:h-6 text-primary\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">\n                        <path fill-rule=\"evenodd\" d=\"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z\" clip-rule=\"evenodd\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"prose prose-a:text-dark ml-3 flex-1\">\n                    <p class=\"text-sm text-dark font-medium\">De minimale huurperiode is 1 maand. <br>De maximale huurperiode is 6 maanden.<\/p>\n                    <p class=\"text-sm text-dark font-medium\">Nog vragen? Bekijk onze veelgestelde vragen <a target=\"_blank\" href=\"https:\/\/shortstayede.nl\/nl\/help-support\/\" class=\"font-bold\">hier<\/a>.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div><div id=\"field_2_18\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half start_date gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_18\" ><label class='gfield_label gform-field-label' for='input_2_18'>Aankomst<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_18' id='input_2_18' type='text' value='' class='large'    placeholder='Aankomst' aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_2_19\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half end_date gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_19\" ><label class='gfield_label gform-field-label' for='input_2_19'>Vertrek<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_19' id='input_2_19' type='text' value='' class='large'    placeholder='Vertrek' aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_3\" ><label class='gfield_label gform-field-label' for='input_2_3'>Voornaam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'    placeholder='Voornaam' aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_5\" ><label class='gfield_label gform-field-label' for='input_2_5'>Achternaam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_2_5' type='text' value='Nederlands' class='large'    placeholder='Achternaam' aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_2_6\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_6\" ><label class='gfield_label gform-field-label' for='input_2_6'>Telefoonnummer<\/label><div class='ginput_container ginput_container_phone'><input name='input_6' id='input_2_6' type='tel' value='' class='large'  placeholder='Telefoonnummer'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_7\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_7\" ><label class='gfield_label gform-field-label' for='input_2_7'>E-mailadres<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_7' id='input_2_7' type='email' value='' class='large'   placeholder='E-mailadres' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_8\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_8\" ><label class='gfield_label gform-field-label' for='input_2_8'>Reden van verblijf<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_2_8' class='textarea large'    placeholder='Reden van verblijf' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_2_9\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_9\" ><label class='gfield_label gform-field-label' for='input_2_9'>Opmerkingen<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_9' id='input_2_9' class='textarea large'    placeholder='Opmerkingen'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <button id='gform_submit_button_2' class='button button--primary'>Appartement reserveren<\/button> \n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjIyZGZhZjhmMmZlMzUzZGY0OTA1MDI2YTJlNDg0YTkzIl0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/shortstayede.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/shortstayede.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 2, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\n      <\/div>\n\n      <div data-aos=\"fade-left\" class=\"order-1 lg:order-2\">\n        <div class=\"sticky lg:top-40 bg-white p-6 md:p-8 lg:p-10\">\n\n          \n        <\/div>\n      <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-523","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/\" \/>\n<meta property=\"og:site_name\" content=\"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-14T16:27:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/\",\"url\":\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/\",\"name\":\"Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\",\"isPartOf\":{\"@id\":\"https:\/\/shortstayede.nl\/nl\/#website\"},\"datePublished\":\"2023-08-10T11:39:03+00:00\",\"dateModified\":\"2023-08-14T16:27:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/shortstayede.nl\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Appartement boeken\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shortstayede.nl\/nl\/#website\",\"url\":\"https:\/\/shortstayede.nl\/nl\/\",\"name\":\"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\",\"description\":\"Suitable for anyone looking for temporary accommodation for a maximum of six months.\",\"publisher\":{\"@id\":\"https:\/\/shortstayede.nl\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shortstayede.nl\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/shortstayede.nl\/nl\/#organization\",\"name\":\"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\",\"url\":\"https:\/\/shortstayede.nl\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/shortstayede.nl\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/poortgebouw-enka.ams3.digitaloceanspaces.com\/favicon-1.svg\",\"contentUrl\":\"https:\/\/poortgebouw-enka.ams3.digitaloceanspaces.com\/favicon-1.svg\",\"width\":512,\"height\":512,\"caption\":\"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen\"},\"image\":{\"@id\":\"https:\/\/shortstayede.nl\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"nl_NL","og_type":"article","og_title":"Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","og_url":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/","og_site_name":"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","article_modified_time":"2023-08-14T16:27:17+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/","url":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/","name":"Appartement boeken - Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","isPartOf":{"@id":"https:\/\/shortstayede.nl\/nl\/#website"},"datePublished":"2023-08-10T11:39:03+00:00","dateModified":"2023-08-14T16:27:17+00:00","breadcrumb":{"@id":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shortstayede.nl\/nl\/appartement-boeken\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shortstayede.nl\/nl\/appartement-boeken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shortstayede.nl\/nl\/"},{"@type":"ListItem","position":2,"name":"Appartement boeken"}]},{"@type":"WebSite","@id":"https:\/\/shortstayede.nl\/nl\/#website","url":"https:\/\/shortstayede.nl\/nl\/","name":"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","description":"Suitable for anyone looking for temporary accommodation for a maximum of six months.","publisher":{"@id":"https:\/\/shortstayede.nl\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shortstayede.nl\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/shortstayede.nl\/nl\/#organization","name":"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen","url":"https:\/\/shortstayede.nl\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/shortstayede.nl\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/poortgebouw-enka.ams3.digitaloceanspaces.com\/favicon-1.svg","contentUrl":"https:\/\/poortgebouw-enka.ams3.digitaloceanspaces.com\/favicon-1.svg","width":512,"height":512,"caption":"Poortgebouw Enka | Short Stay Apartments Ede-Wageningen"},"image":{"@id":"https:\/\/shortstayede.nl\/nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/pages\/523"}],"collection":[{"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/comments?post=523"}],"version-history":[{"count":7,"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/pages\/523\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/pages\/523\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/shortstayede.nl\/nl\/wp-json\/wp\/v2\/media?parent=523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}