{"id":9737,"date":"2016-04-20T11:51:51","date_gmt":"2016-04-20T11:51:51","guid":{"rendered":"https:\/\/www.fietsverhuurzeeland.nl\/landingspagina\/fietsverhuur-vrouwenpolder\/"},"modified":"2026-04-03T13:55:33","modified_gmt":"2026-04-03T13:55:33","slug":"fietsverhuur-vrouwenpolder","status":"publish","type":"landingspagina","link":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/","title":{"rendered":"Bicycle rental Vrouwenpolder"},"content":{"rendered":"<style type=\"text\/css\">\n    .header-heights {\n        height: 55vh;\n    }\n    .header-heights.home {\n        height: 65vh;\n    }\n    @media (max-width: 767px) {\n        .header-heights {\n            height: 30vh;\n        }\n        .header-heights.home {\n            height: 50vh;\n        }\n    }\n<\/style><section class=\"header-img\"><div class=\"img-inner header-heights\" style=\"background-image: url(https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2023\/10\/jo-urban-arrow-0057-1600x1067.webp);\"><\/div><\/section>\n\n\n<h3 class=\"wp-block-heading\">Rent a bike in Vrouwenpolder<\/h3>\n\n\n\n<p>Experience Zeeland at its finest with a comfortable bike from Vrouwenpolder. This coastal town is idyllically situated amidst nature, beaches, and charming villages. Whether you&#8217;re planning a leisurely ride through the dunes or a more challenging tour through the polders, a rental bike lets you explore the area at your own pace.<\/p>\n\n\n\n<p>Book conveniently online and pick up your rental bike at the shop.<\/p>\n\n\n<div class=\"locatie-block flex\"><div class=\"fietsen col9 flex\"><div class=\"fiets-item \"><div class=\"fiets-inner\"><img decoding=\"async\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2023\/12\/fiets1.png\" alt=\"\"><h3>E-bike<\/h3><a target=\"_blank\" href=\"https:\/\/fvzeeland0001.cyclerent.com\/?LPID=109\" class=\"btn\">Reserve<\/a><\/div><\/div><div class=\"fiets-item \"><div class=\"fiets-inner\"><img decoding=\"async\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2023\/12\/Arrow-Cyclerent.png\" alt=\"\"><h3>Urban Arrow<\/h3><a target=\"_blank\" href=\"https:\/\/fvzeeland0001.cyclerent.com\/?LPID=109\" class=\"btn\">Reserve<\/a><\/div><\/div><div class=\"fiets-item \"><div class=\"fiets-inner\"><img decoding=\"async\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2025\/05\/telefoonhouder.webp\" alt=\"\"><h3>Phone holder<\/h3><a target=\"_blank\" href=\"https:\/\/fvzeeland0001.cyclerent.com\/?LPID=109\" class=\"btn\">Reserve<\/a><\/div><\/div><div class=\"fiets-item \"><div class=\"fiets-inner\"><img decoding=\"async\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2024\/03\/Basil-Tas.jpg\" alt=\"\"><h3>Bicycle bag<\/h3><a target=\"_blank\" href=\"https:\/\/fvzeeland0001.cyclerent.com\/?LPID=109\" class=\"btn\">Reserve<\/a><\/div><\/div><\/div><div class=\"location col3\"><div class=\"location-wrap\"><div class=\"location-inner\"><div class=\"google-maps-container\"><iframe width=\"100%\" height=\"150\" frameborder=\"0\" style=\"border:0\" src=\"https:\/\/www.google.com\/maps?q=Dorpsdijk+32%2C+4354+AD+Vrouwenpolder&#038;output=embed\" allowfullscreen loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe><\/div><div class=\"location-txt\"><h3>Locatie Vrouwenpolder<\/h3><p>Dorpsdijk 32<\/p><p>4354 AD, Vrouwenpolder<\/p><p>0111 &#8211; 407 498<\/p><p><a href=\"mailto:info@fietsverhuurzeeland.nl?subject=Email%20sent%20via%20Locatie%20Vrouwenpolder\">info@fietsverhuurzeeland.nl<\/a><\/p><p><a href=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2025\/12\/Algemene-voorwaarden-Fietsverhuur-Zeeland-1-1.pdf\" target=\"_blank\" class=\"pdf-download-link\">general terms and conditions<\/a><\/p><\/div><\/div><div class=\"openingstijden-inner\"><div class=\"openings-txt\"><h3>Opening hours<\/h3><p>Monday: <span>Gesloten<\/span><\/p><p>Tuesday: <span>09:00 &#8211; 17:00<\/span><\/p><p>Wednesday: <span>09:00 &#8211; 17:00<\/span><\/p><p>Thursday: <span>09:00 &#8211; 15:00<\/span><\/p><p>Friday: <span>09:00 &#8211; 17:00<\/span><\/p><p>Saturday: <span>09:00 &#8211; 17:00<\/span><\/p><p>Sunday: <span>Gesloten<\/span><\/p><div class=\"extra_openings\">Zondag geopend op afspraak<\/div><\/div><\/div><\/div><\/div><\/div>\n\n<script>\njQuery(document).ready(function($) {\n    $('#toggle-bikes').click(function() {\n        \/\/ Toggle the state based on the text of the button\n        if ($(this).hasClass('read-more')) {\n            \/\/ Change to \"Read Less\" and show all bikes with animation\n            $(this).text(\"View less bicycles\").removeClass('read-more').addClass('read-less');\n            $('.fiets-item.hide-bike').slideDown(); \/\/ Use slideDown for showing with animation\n        } else {\n            \/\/ Change back to \"Read More\" and hide extra bikes with animation\n            $(this).text(\"View all bicycles\").removeClass('read-less').addClass('read-more');\n            \/\/ Hide bikes beyond the initial set with animation\n            if(window.matchMedia('(max-width: 768px)').matches) {\n                \/\/ On mobile, hide bikes starting from the 4th\n                $('.fiets-item:nth-child(n+4)').slideUp(); \/\/ Use slideUp for hiding with animation\n\n            } else {\n                \/\/ On desktop, hide bikes starting from the 7th\n                $('.fiets-item:nth-child(n+7)').slideUp(); \/\/ Use slideUp for hiding with animation\n            }\n        }\n    });\n\n    \/\/ Set the initial state without animation to avoid visual glitch on page load\n    if(window.matchMedia('(max-width: 768px)').matches) {\n        \/\/ On mobile, show only the first 3 bikes\n        $('.fiets-item:nth-child(n+4)').hide().addClass('hide-bike');\n    } else {\n        \/\/ On desktop, show only the first 6 bikes\n        $('.fiets-item:nth-child(n+7)').hide();\n    }\n});\n<\/script>\n\n\n<h3 class=\"wp-block-heading\">Why cycle in Vrouwenpolder?<\/h3>\n\n\n\n<p>Vrouwenpolder is the ideal starting point for beautiful bike tours:<\/p>\n\n\n\n<p>Right on the North Sea beach and the Veerse Meer lake<\/p>\n\n\n\n<p>Extensive cycle paths through nature reserves and along the coast<\/p>\n\n\n\n<p>Near well-known places like Domburg, Veere, and the Oosterscheldekering (Eastern Scheldt barrier)<\/p>\n\n\n\n<p>Quiet roads and well-signposted paths<\/p>\n\n\n\n<p>You can cycle from the village into nature in just a few minutes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img data-dominant-color=\"5f84bb\" data-has-transparency=\"false\" loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"233\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp\" alt=\"\" class=\"wp-image-9722 not-transparent\" style=\"--dominant-color: #5f84bb; aspect-ratio:1.5021650277204484;width:721px;height:auto\"\/><\/figure>\n\n\n\n<p>Large selection of rental bikes<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>With us, you&#8217;ll always find the perfect bike for your needs:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>E-bikes for added comfort and longer distances<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>City bikes for short, relaxed rides<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Children&#8217;s bikes and accessories for families<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tandems and specialty bikes for a unique experience<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>All bikes are meticulously maintained and ready to ride.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img data-dominant-color=\"a9adb2\" data-has-transparency=\"false\" loading=\"lazy\" decoding=\"async\" width=\"651\" height=\"571\" src=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/urban-arrow-plompetoren.webp\" alt=\"\" class=\"wp-image-9725 not-transparent\" style=\"--dominant-color: #a9adb2; aspect-ratio:1.1401235229017173;width:756px;height:auto\" srcset=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/urban-arrow-plompetoren.webp 651w, https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/urban-arrow-plompetoren-600x526.webp 600w\" sizes=\"auto, (max-width: 651px) 100vw, 651px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Carefree on the road<\/h3>\n\n\n\n<p>With our carefree on the road package, you can hit the road without a worry. Unlucky otherwise? We want to have a quick sale, so we won&#8217;t be able to enjoy the bike again.<\/p>\n\n\n\n<p>Pick up or late delivery<\/p>\n\n\n\n<p>If you want to ride a bike in Vrouwenpolder, you can also get the vacant address. It&#8217;s convenient if you want to sell immediately.<\/p>\n\n\n\n<p>Discover Zeeland on bikes<\/p>\n\n\n\n<p>Cycling in Vrouwenpolder offers great beauty, magnificent views, and ultimate pleasure. Hop on and see for yourself why Zeeland is one of the most beautiful cycling provinces in the Netherlands.<\/p>\n\n\n\n<p>&nbsp;<\/p>\n\n\n<style type=\"text\/css\">\n    .omgeving-height {\n        height: 65vh;\n    }\n    @media (max-width: 767px) {\n        .omgeving-height {\n            height: 50vh;\n        }\n    }\n<\/style><section class=\"omgeving omgeving-full-width\">\n        <div class=\"omgeving-inner omgeving-height\" style=\"background-image: url(https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2025\/10\/DSC_5468-kopie-2-kopie-kopie-1600x1066.webp);\"><div class=\"omgeving-text\">\n                <div class=\"text\"><h4>Locaties in Zeeland en Goeree-Overflakkee<\/h4>\n<p><a href=\"https:\/\/www.fietsverhuurzeeland.nl\/locaties\/\">Klik voor alle locaties<\/a><\/p>\n<\/div><\/div><\/div><\/section>","protected":false},"featured_media":0,"template":"","class_list":["post-9737","landingspagina","type-landingspagina","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bicycle rental Vrouwenpolder | Bicycle rental Zeeland<\/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.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bicycle rental Vrouwenpolder | Bicycle rental Zeeland\" \/>\n<meta property=\"og:description\" content=\"Rent a bike in Vrouwenpolder Experience Zeeland at its finest with a comfortable bike from Vrouwenpolder. This coastal town is idyllically situated amidst nature, beaches, and charming villages. Whether you&#8217;re planning a leisurely ride through the dunes or a more challenging tour through the polders, a rental bike lets you explore the area at your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/\" \/>\n<meta property=\"og:site_name\" content=\"Bicycle rental Zeeland\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/FietsverhuurZeeland\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T13:55:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t<meta property=\"og:image:height\" content=\"233\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/\",\"url\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/\",\"name\":\"Bicycle rental Vrouwenpolder | Bicycle rental Zeeland\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/fiets-foto-personen.webp\",\"datePublished\":\"2016-04-20T11:51:51+00:00\",\"dateModified\":\"2026-04-03T13:55:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/fiets-foto-personen.webp\",\"contentUrl\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/fiets-foto-personen.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/landingspagina\\\/fietsverhuur-vrouwenpolder\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bicycle rental Vrouwenpolder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#website\",\"url\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/\",\"name\":\"Fietsverhuur Zeeland\",\"description\":\"Fietsverhuur in heel Zeeland\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#organization\",\"name\":\"Fietsverhuur Zeeland\",\"url\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/fietsverhuur_logo_retina.png\",\"contentUrl\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/fietsverhuur_logo_retina.png\",\"width\":301,\"height\":181,\"caption\":\"Fietsverhuur Zeeland\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fietsverhuurzeeland.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/FietsverhuurZeeland\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bicycle rental Vrouwenpolder | Bicycle rental Zeeland","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.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/","og_locale":"en_US","og_type":"article","og_title":"Bicycle rental Vrouwenpolder | Bicycle rental Zeeland","og_description":"Rent a bike in Vrouwenpolder Experience Zeeland at its finest with a comfortable bike from Vrouwenpolder. This coastal town is idyllically situated amidst nature, beaches, and charming villages. Whether you&#8217;re planning a leisurely ride through the dunes or a more challenging tour through the polders, a rental bike lets you explore the area at your [&hellip;]","og_url":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/","og_site_name":"Bicycle rental Zeeland","article_publisher":"https:\/\/www.facebook.com\/FietsverhuurZeeland\/","article_modified_time":"2026-04-03T13:55:33+00:00","og_image":[{"width":350,"height":233,"url":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/","url":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/","name":"Bicycle rental Vrouwenpolder | Bicycle rental Zeeland","isPartOf":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/#primaryimage"},"image":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp","datePublished":"2016-04-20T11:51:51+00:00","dateModified":"2026-04-03T13:55:33+00:00","breadcrumb":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/#primaryimage","url":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp","contentUrl":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2016\/04\/fiets-foto-personen.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fietsverhuurzeeland.nl\/en\/landingspagina\/fietsverhuur-vrouwenpolder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fietsverhuurzeeland.nl\/en\/"},{"@type":"ListItem","position":2,"name":"Bicycle rental Vrouwenpolder"}]},{"@type":"WebSite","@id":"https:\/\/www.fietsverhuurzeeland.nl\/#website","url":"https:\/\/www.fietsverhuurzeeland.nl\/","name":"Fietsverhuur Zeeland","description":"Fietsverhuur in heel Zeeland","publisher":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fietsverhuurzeeland.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fietsverhuurzeeland.nl\/#organization","name":"Fietsverhuur Zeeland","url":"https:\/\/www.fietsverhuurzeeland.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fietsverhuurzeeland.nl\/#\/schema\/logo\/image\/","url":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2024\/02\/fietsverhuur_logo_retina.png","contentUrl":"https:\/\/www.fietsverhuurzeeland.nl\/wp-content\/uploads\/2024\/02\/fietsverhuur_logo_retina.png","width":301,"height":181,"caption":"Fietsverhuur Zeeland"},"image":{"@id":"https:\/\/www.fietsverhuurzeeland.nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/FietsverhuurZeeland\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.fietsverhuurzeeland.nl\/en\/wp-json\/wp\/v2\/landingspagina\/9737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fietsverhuurzeeland.nl\/en\/wp-json\/wp\/v2\/landingspagina"}],"about":[{"href":"https:\/\/www.fietsverhuurzeeland.nl\/en\/wp-json\/wp\/v2\/types\/landingspagina"}],"wp:attachment":[{"href":"https:\/\/www.fietsverhuurzeeland.nl\/en\/wp-json\/wp\/v2\/media?parent=9737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}