{"id":16941,"date":"2020-03-02T10:27:05","date_gmt":"2020-03-02T10:27:05","guid":{"rendered":"https:\/\/demo02.houzez.co\/?page_id=16941"},"modified":"2025-06-05T08:50:44","modified_gmt":"2025-06-05T08:50:44","slug":"contact-2","status":"publish","type":"page","link":"https:\/\/rent-a-room-delft.nl\/en\/contact-2\/","title":{"rendered":"Contact-oud"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"16941\" class=\"elementor elementor-16941\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-125aa3d elementor-section-height-min-height animated-slow elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"125aa3d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3b3a0df stretch-to-none\" data-id=\"3b3a0df\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1bdf606 elementor-widget elementor-widget-heading\" data-id=\"1bdf606\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Contact us<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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-5ec2734 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ec2734\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e1bd41f stretch-to-none\" data-id=\"e1bd41f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49cbafe elementor-widget elementor-widget-houzez_elementor_space\" data-id=\"49cbafe\" data-element_type=\"widget\" data-widget_type=\"houzez_elementor_space.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"houzez-spacer\">\n            <div class=\"houzez-spacer-inner\"><\/div>\n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4a5b85 elementor-button-align-stretch elementor-widget elementor-widget-houzez_elementor_contact_form\" data-id=\"f4a5b85\" data-element_type=\"widget\" data-widget_type=\"houzez_elementor_contact_form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n        <script>\n            \n            jQuery(document).ready(function() {\n                jQuery('#houzez-form-f4a5b85').on('submit', function(e) {\n                    e.preventDefault();\n                    var $this = jQuery(this);\n\n                    jQuery.ajax({\n                        type: 'post',\n                        url: houzez_vars.admin_url+ 'admin-ajax.php',\n                        data: $this.serialize(),\n                        method: $this.attr('method'),\n                        dataType: \"JSON\",\n\n                        beforeSend: function( ) {\n                            $this.find('.houzez-loader-js').addClass('loader-show');\n                        },\n                        success: function( res ) {\n                            if( res.success ) {\n                                $this.find('.ele-form-messages').empty().append('<div class=\"alert alert-success alert-dismissible fade show\" role=\"alert\">'+res.msg+'<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">&times;<\/span><\/button><\/div>');\n                            } else {\n                                $this.find('.ele-form-messages').empty().append('<div class=\"alert alert-danger alert-dismissible fade show\" role=\"alert\">'+res.msg+'<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">&times;<\/span><\/button><\/div>');\n                            }\n\n                            $this.find('.houzez-loader-js').removeClass('loader-show');\n\n                            if(houzez_vars.houzez_reCaptcha == 1) {\n                                $this.find('.g-recaptcha-response').remove();\n                                if( houzez_vars.g_recaptha_version == 'v3' ) {\n                                    houzezReCaptchaLoad();\n                                } else {\n                                    houzezReCaptchaReset();\n                                }\n                            }\n\n                            if( res.redirect_to != '' ) {\n                                setTimeout(function(){\n                                    window.location.replace(res.redirect_to);\n                                }, 500);\n                            }\n                    \n                        },\n                        error: function(xhr, status, error) {\n                            var err = eval(\"(\" + xhr.responseText + \")\");\n                            console.log(err.Message);\n                        },\n                        complete: function(){\n                            $this.find('.houzez-loader-js').removeClass('loader-show');\n                        }\n\n                    });\n                });\n            });\n\n        <\/script>\n\n        <form class=\"elementor-form\" id=\"houzez-form-f4a5b85\" method=\"post\" name=\"New Form\" action=\"\">\n            <input type=\"hidden\" name=\"form_id\" value=\"f4a5b85\"\/>\n            <input type=\"hidden\" name=\"houzez_contact_form\" value=\"yes\"\/>\n            <input type=\"hidden\" name=\"action\" value=\"houzez_ele_contact_form\" \/>\n            <input type=\"hidden\" name=\"source_link\" value=\"https:\/\/rent-a-room-delft.nl\/en\/contact-2\/\" \/>\n            <input type=\"hidden\" name=\"lead_page_id\" value=\"16941\" \/>\n            <input type=\"hidden\" name=\"email_to\" value=\"info+wordpressform@rent-a-room-delft.nl\" \/>\n            <input type=\"hidden\" name=\"email_subject\" value=\"New message from contact form on Rent-a-room-delft\" \/>\n            <input type=\"hidden\" name=\"email_to_cc\" value=\"\" \/>\n            <input type=\"hidden\" name=\"email_to_bcc\" value=\"\" \/>\n            <input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n\n            <div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\n                                    <div class=\"elementor-field-group elementor-column form-group elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n                    <label for=\"form-field-name\" class=\"elementor-field-label\">First Name<\/label><input type=\"text\" name=\"first_name\" id=\"form-field-name\" class=\"elementor-field form-control elementor-size-sm elementor-field-textual\" placeholder=\"Enter your name\" required=\"required\">                    <\/div>\n\n                                        <div class=\"elementor-field-group elementor-column form-group elementor-field-group-bf18955 elementor-col-50 elementor-field-required elementor-mark-required\">\n                    <label for=\"form-field-bf18955\" class=\"elementor-field-label\">Last Name<\/label><input type=\"text\" name=\"last_name\" id=\"form-field-bf18955\" class=\"elementor-field form-control elementor-size-sm elementor-field-textual\" placeholder=\"Enter your last name\" required=\"required\">                    <\/div>\n\n                                        <div class=\"elementor-field-group elementor-column form-group elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required\">\n                    <label for=\"form-field-email\" class=\"elementor-field-label\">Email<\/label><input type=\"email\" name=\"email\" id=\"form-field-email\" class=\"elementor-field form-control elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\">                    <\/div>\n\n                                        <div class=\"elementor-field-group elementor-column form-group elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\">\n                    <label for=\"form-field-message\" class=\"elementor-field-label\">Message<\/label><textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"message\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\" required=\"required\"><\/textarea>                    <\/div>\n\n                    \n                    \n                    \n                    <div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100\">\n                    <button type=\"submit\" class=\"btn houzez-contact-form-js elementor-button elementor-size-sm\">\n                        <i class=\"btn-loader houzez-loader-js\"><\/i>\n                                                    Submit                                            <\/button>\n                <\/div>\n            <\/div><!-- End wrapper-->\n            <br\/>\n            <div class=\"ele-form-messages\"><\/div>\n\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n\n    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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-d0b02e7 elementor-section-content-top animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"d0b02e7\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3139327 stretch-to-none\" data-id=\"3139327\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ff1404 elementor-widget elementor-widget-text-editor\" data-id=\"8ff1404\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>For questions don&#8217;t hesitate to contact us.<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-25 elementor-top-column elementor-element elementor-element-bd2c54b stretch-to-none\" data-id=\"bd2c54b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\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-25 elementor-top-column elementor-element elementor-element-66ddd7d stretch-to-none\" data-id=\"66ddd7d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23057bd elementor-widget elementor-widget-text-editor\" data-id=\"23057bd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p class=\"padding-top\"><strong>For inquiries<\/strong><strong>\u00a0contact:<\/strong><\/p><p><strong>Robin Kouwenhoven<\/strong><\/p><p>Mercuriusweg 22<br \/>2624 BC, Delft<\/p><p>+31657551508<br \/>info@rent-a-room-delft.nl<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b2a1b4 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"0b2a1b4\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-shrink elementor-repeater-item-4d4e750\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-facebook\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-shrink elementor-repeater-item-a2d8d9c\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-twitter\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-shrink elementor-repeater-item-4483b35\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-youtube\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-animation-shrink elementor-repeater-item-4cd5d30\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-linkedin\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-shrink elementor-repeater-item-9e48d2c\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-skype elementor-animation-shrink elementor-repeater-item-a996753\" href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Skype<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-skype\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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-7c709d6 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"7c709d6\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a68845 stretch-to-none\" data-id=\"6a68845\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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-ddbf539 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ddbf539\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-84f5425 stretch-to-none\" data-id=\"84f5425\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11366a9 elementor-widget elementor-widget-spacer\" data-id=\"11366a9\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact us First Name Last Name Email Message Submit For questions don&#8217;t hesitate to contact us. For inquiries\u00a0contact: Robin Kouwenhoven Mercuriusweg 222624 BC, Delft +31657551508info@rent-a-room-delft.nl Facebook Twitter Youtube Linkedin Instagram Skype<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template\/template-homepage.php","meta":{"inline_featured_image":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact-oud - Rent a room Delft<\/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:\/\/rent-a-room-delft.nl\/en\/contact-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact-oud - Rent a room Delft\" \/>\n<meta property=\"og:description\" content=\"Contact us First Name Last Name Email Message Submit For questions don&#8217;t hesitate to contact us. For inquiries\u00a0contact: Robin Kouwenhoven Mercuriusweg 222624 BC, Delft +31657551508info@rent-a-room-delft.nl Facebook Twitter Youtube Linkedin Instagram Skype\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rent-a-room-delft.nl\/en\/contact-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Rent a room Delft\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-05T08:50:44+00:00\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/rent-a-room-delft.nl\/contact-2\/\",\"url\":\"https:\/\/rent-a-room-delft.nl\/contact-2\/\",\"name\":\"Contact-oud - Rent a room Delft\",\"isPartOf\":{\"@id\":\"https:\/\/rent-a-room-delft.nl\/#website\"},\"datePublished\":\"2020-03-02T10:27:05+00:00\",\"dateModified\":\"2025-06-05T08:50:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rent-a-room-delft.nl\/contact-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rent-a-room-delft.nl\/contact-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rent-a-room-delft.nl\/contact-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rent-a-room-delft.nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact-oud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rent-a-room-delft.nl\/#website\",\"url\":\"https:\/\/rent-a-room-delft.nl\/\",\"name\":\"Rent a room Delft\",\"description\":\"Find apartments or studio&#039;s in Delft\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rent-a-room-delft.nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact-oud - Rent a room Delft","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:\/\/rent-a-room-delft.nl\/en\/contact-2\/","og_locale":"en_US","og_type":"article","og_title":"Contact-oud - Rent a room Delft","og_description":"Contact us First Name Last Name Email Message Submit For questions don&#8217;t hesitate to contact us. For inquiries\u00a0contact: Robin Kouwenhoven Mercuriusweg 222624 BC, Delft +31657551508info@rent-a-room-delft.nl Facebook Twitter Youtube Linkedin Instagram Skype","og_url":"https:\/\/rent-a-room-delft.nl\/en\/contact-2\/","og_site_name":"Rent a room Delft","article_modified_time":"2025-06-05T08:50:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rent-a-room-delft.nl\/contact-2\/","url":"https:\/\/rent-a-room-delft.nl\/contact-2\/","name":"Contact-oud - Rent a room Delft","isPartOf":{"@id":"https:\/\/rent-a-room-delft.nl\/#website"},"datePublished":"2020-03-02T10:27:05+00:00","dateModified":"2025-06-05T08:50:44+00:00","breadcrumb":{"@id":"https:\/\/rent-a-room-delft.nl\/contact-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rent-a-room-delft.nl\/contact-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rent-a-room-delft.nl\/contact-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rent-a-room-delft.nl\/"},{"@type":"ListItem","position":2,"name":"Contact-oud"}]},{"@type":"WebSite","@id":"https:\/\/rent-a-room-delft.nl\/#website","url":"https:\/\/rent-a-room-delft.nl\/","name":"Rent a room Delft","description":"Find apartments or studio&#039;s in Delft","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rent-a-room-delft.nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/pages\/16941"}],"collection":[{"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/comments?post=16941"}],"version-history":[{"count":25,"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/pages\/16941\/revisions"}],"predecessor-version":[{"id":23468,"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/pages\/16941\/revisions\/23468"}],"wp:attachment":[{"href":"https:\/\/rent-a-room-delft.nl\/en\/wp-json\/wp\/v2\/media?parent=16941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}