
        <script type="text/javascript">

            (function($){

                window.gwmpnObj = function( args ) {

                    this.formId = args.formId;
                    this.formElem = jQuery('form#gform_' + this.formId);
                    this.currentPage = args.currentPage;
                    this.lastPage = args.lastPage;
                    this.labels = args.labels;

                    this.init = function() {

                        // if this form is ajax-enabled, we'll need to get the current page via JS
                        if( this.isAjax() )
                            this.currentPage = this.getCurrentPage();

                        if( !this.isLastPage() && !this.isLastPageReached() )
                            return;

                        var gwmpn = this;
                        var steps = $('form#gform_' + this.formId + ' .gf_step');

                        steps.each(function(){

                            var stepNumber = parseInt( $(this).find('span.gf_step_number').text() );

                            if( stepNumber != gwmpn.currentPage ) {
                                $(this).html( gwmpn.createPageLink( stepNumber, $(this).html() ) )
                                    .addClass('gw-step-linked');
                            } else {
                                $(this).addClass('gw-step-current');
                            }

                        });

                        if( !this.isLastPage() )
                            this.addBackToLastPageButton();

                        $(document).on('click', '#gform_' + this.formId + ' a.gwmpn-page-link', function(event){
                            event.preventDefault();

                            var hrefArray = $(this).attr('href').split('#');
                            if( hrefArray.length >= 2 ) {
                                var pageNumber = hrefArray.pop();
                                gwmpn.postToPage( pageNumber );
                            }

                        });

                    }

                    this.createPageLink = function( stepNumber, HTML ) {
                        return '<a href="#' + stepNumber + '" class="gwmpn-page-link">' + HTML + '</a>';
                    }

                    this.postToPage = function(page) {
                        this.formElem.append('<input type="hidden" name="gw_page_change" value="1" />');
                        this.formElem.find('input[name="gform_target_page_number_' + this.formId + '"]').val(page);
                        this.formElem.submit();
                    }

                    this.addBackToLastPageButton = function() {
                        this.formElem.find('#gform_page_' + this.formId + '_' + this.currentPage + ' .gform_page_footer')
                            .append('<input type="button" onclick="gwmpn.postToPage(' + this.lastPage + ')" value="' + this.labels.lastPageButton + '" class="button gform_last_page_button">');
                    }

                    this.getCurrentPage = function() {
                        return this.formElem.find( 'input#gform_source_page_number_' + this.formId ).val();
                    }

                    this.isLastPage = function() {
                        return this.currentPage >= this.lastPage;
                    }

                    this.isLastPageReached = function() {
                        return this.formElem.find('input[name="gw_last_page_reached"]').val() == true;
                    }

                    this.isAjax = function() {
                        return this.formElem.attr('target') == 'gform_ajax_frame_' + this.formId;
                    }

                    this.init();

                }

            })(jQuery);

        </script>

        {"id":1484,"date":"2015-01-14T10:12:46","date_gmt":"2015-01-14T09:12:46","guid":{"rendered":"https:\/\/www.smartboxbelgie.be\/?page_id=1484"},"modified":"2015-01-15T09:57:34","modified_gmt":"2015-01-15T08:57:34","slug":"quote","status":"publish","type":"page","link":"https:\/\/www.smartboxbelgie.be\/en\/quote\/","title":{"rendered":"Quote"},"content":{"rendered":"<h2>Are you looking for a truck box that is fully tailored to your transport needs?<\/h2>\n<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_44' ><form method='post' enctype='multipart\/form-data'  id='gform_44'  action='\/en\/wp-json\/wp\/v2\/pages\/1484' data-formid='44' novalidate><input id=\"gw_last_page_reached\" name=\"gw_last_page_reached\" value=\"1\" type=\"hidden\" \/>\n                        <div class='gform-body gform_body'><ul id='gform_fields_44' class='gform_fields top_label form_sublabel_below description_above validation_below'><li id=\"field_44_1\" class=\"gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_44_1'>\n                            <span id='input_44_1_3_container' class='name_first gform-grid-col' >\n                                                    <input type='text' name='input_1.3' id='input_44_1_3' value=''   aria-required='true'    \/>\n                                                    <label for='input_44_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                               <\/span>\n                            <span id='input_44_1_6_container' class='name_last gform-grid-col' >\n                                                    <input type='text' name='input_1.6' id='input_44_1_6' value=''   aria-required='true'    \/>\n                                                    <label for='input_44_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            <div class='gf_clear gf_clear_complex'><\/div>\n                        <\/div><\/li><li id=\"field_44_2\" class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_44_2'>E-mail<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_2' id='input_44_2' type='email' value='' class='medium'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_44_7\" class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_44_7'>Phone<\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_44_7' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_44_4\" class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_44_4'>Postal Code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_44_4' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_44_8\" class=\"gfield gfield--type-checkbox gfield--type-choice field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Brands<\/label><div class='gfield_description' id='gfield_description_44_8'>Select one or more brands<\/div><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_44_8'><li class='gchoice gchoice_44_8_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.1' type='checkbox'  value='Citro\u00ebn'  id='choice_44_8_1'   aria-describedby=\"gfield_description_44_8\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_1' id='label_44_8_1' class='gform-field-label gform-field-label--type-inline'>Citro\u00ebn<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.2' type='checkbox'  value='Fiat Professional'  id='choice_44_8_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_2' id='label_44_8_2' class='gform-field-label gform-field-label--type-inline'>Fiat Professional<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.3' type='checkbox'  value='Ford'  id='choice_44_8_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_3' id='label_44_8_3' class='gform-field-label gform-field-label--type-inline'>Ford<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.4' type='checkbox'  value='Isuzu'  id='choice_44_8_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_4' id='label_44_8_4' class='gform-field-label gform-field-label--type-inline'>Isuzu<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.5' type='checkbox'  value='Iveco'  id='choice_44_8_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_5' id='label_44_8_5' class='gform-field-label gform-field-label--type-inline'>Iveco<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.6' type='checkbox'  value='Mercedes Benz'  id='choice_44_8_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_6' id='label_44_8_6' class='gform-field-label gform-field-label--type-inline'>Mercedes Benz<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.7' type='checkbox'  value='Nissan'  id='choice_44_8_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_7' id='label_44_8_7' class='gform-field-label gform-field-label--type-inline'>Nissan<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.8' type='checkbox'  value='Opel'  id='choice_44_8_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_8' id='label_44_8_8' class='gform-field-label gform-field-label--type-inline'>Opel<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.9' type='checkbox'  value='Peugeot'  id='choice_44_8_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_9' id='label_44_8_9' class='gform-field-label gform-field-label--type-inline'>Peugeot<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.11' type='checkbox'  value='Renault'  id='choice_44_8_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_11' id='label_44_8_11' class='gform-field-label gform-field-label--type-inline'>Renault<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_44_8_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_8.12' type='checkbox'  value='Volkswagen'  id='choice_44_8_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_8_12' id='label_44_8_12' class='gform-field-label gform-field-label--type-inline'>Volkswagen<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_44_6\" class=\"gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_44_6'>Your message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_44_6' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_44_9\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Privacy policy<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_44_9'><li class='gchoice gchoice_44_9_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_9.1' type='checkbox'  value='I agree with the &lt;a href=&quot;https:\/\/www.smartboxbelgie.be\/en\/privacy-cookie-statement\/&quot; target=&quot;_blank&quot;&gt;privacy policy&lt;\/a&gt;.'  id='choice_44_9_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_44_9_1' id='label_44_9_1' class='gform-field-label gform-field-label--type-inline'>I agree with the <a href=\"https:\/\/www.smartboxbelgie.be\/en\/privacy-cookie-statement\/\" target=\"_blank\">privacy policy<\/a>.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_44' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_44' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_44' id='gform_theme_44' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_44' id='gform_style_settings_44' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_44' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='44' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_44' value='WyJbXSIsIjAwNjE1ODhlYTczZTFlN2U4MzQ0MDIxZTFmMTkzMDc1Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_44' id='gform_target_page_number_44' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_44' id='gform_source_page_number_44' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"140\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 44, 'https:\/\/www.smartboxbelgie.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_44').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_44');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_44').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_44').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_44').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_44').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_44').val();gformInitSpinner( 44, 'https:\/\/www.smartboxbelgie.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [44, current_page]);window['gf_submitting_44'] = 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_44').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [44]);window['gf_submitting_44'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_44').text());}else{jQuery('#gform_44').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"44\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_44\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_44\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_44\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 44, 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\/* ]]> *\/\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Are you looking for a truck box that is fully tailored to your transport needs?<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1484","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Quote - Smartbox<\/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.smartboxbelgie.be\/en\/quote\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quote - Smartbox\" \/>\n<meta property=\"og:description\" content=\"Are you looking for a truck box that is fully tailored to your transport needs?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smartboxbelgie.be\/en\/quote\/\" \/>\n<meta property=\"og:site_name\" content=\"Smartbox\" \/>\n<meta property=\"article:modified_time\" content=\"2015-01-15T08:57:34+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/quote\/\",\"url\":\"https:\/\/www.smartboxbelgie.be\/en\/quote\/\",\"name\":\"Quote - Smartbox\",\"isPartOf\":{\"@id\":\"https:\/\/www.smartboxbelgie.be\/#website\"},\"datePublished\":\"2015-01-14T09:12:46+00:00\",\"dateModified\":\"2015-01-15T08:57:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/quote\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.smartboxbelgie.be\/en\/quote\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/quote\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.smartboxbelgie.be\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quote\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/#website\",\"url\":\"https:\/\/www.smartboxbelgie.be\/\",\"name\":\"Smartbox\",\"description\":\"D&eacute; lichtste laadbak van Europa\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.smartboxbelgie.be\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quote - Smartbox","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.smartboxbelgie.be\/en\/quote\/","og_locale":"en_US","og_type":"article","og_title":"Quote - Smartbox","og_description":"Are you looking for a truck box that is fully tailored to your transport needs?","og_url":"https:\/\/www.smartboxbelgie.be\/en\/quote\/","og_site_name":"Smartbox","article_modified_time":"2015-01-15T08:57:34+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.smartboxbelgie.be\/en\/quote\/","url":"https:\/\/www.smartboxbelgie.be\/en\/quote\/","name":"Quote - Smartbox","isPartOf":{"@id":"https:\/\/www.smartboxbelgie.be\/#website"},"datePublished":"2015-01-14T09:12:46+00:00","dateModified":"2015-01-15T08:57:34+00:00","breadcrumb":{"@id":"https:\/\/www.smartboxbelgie.be\/en\/quote\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smartboxbelgie.be\/en\/quote\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.smartboxbelgie.be\/en\/quote\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smartboxbelgie.be\/en\/"},{"@type":"ListItem","position":2,"name":"Quote"}]},{"@type":"WebSite","@id":"https:\/\/www.smartboxbelgie.be\/#website","url":"https:\/\/www.smartboxbelgie.be\/","name":"Smartbox","description":"D&eacute; lichtste laadbak van Europa","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.smartboxbelgie.be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1484","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/comments?post=1484"}],"version-history":[{"count":3,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1484\/revisions"}],"predecessor-version":[{"id":1598,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1484\/revisions\/1598"}],"wp:attachment":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/media?parent=1484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}