{"id":1529,"date":"2024-11-13T20:34:23","date_gmt":"2024-11-13T20:34:23","guid":{"rendered":"https:\/\/clarifyou.com\/?p=1529"},"modified":"2025-04-28T13:58:34","modified_gmt":"2025-04-28T13:58:34","slug":"construction-foreman-course","status":"publish","type":"post","link":"https:\/\/clarifyou.com\/nl\/construction-foreman-course\/","title":{"rendered":"Internationaal gecertificeerde cursus voorman in de bouw \u2013 100% online en gratis"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-enter-an-area-of-high-demand-and-prepare-to-earn-at-least-30-hour\">Betreed een gebied met veel vraag en bereid je voor om minimaal $30\/uur te verdienen<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nu steden groeien en projecten steeds complexer worden, is er altijd vraag naar \u00e9\u00e9n groep professionals: <strong>bouwvoormannen<\/strong>. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deze professionals zijn opgeleid om teams aan te sturen en de kwaliteit en veiligheid op de bouwplaats te waarborgen. Zij moeten hun kwalificaties kunnen aantonen. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deze rol is echter niet voor iedereen weggelegd. Zonder specifieke opleiding zijn de mogelijkheden om als voorman aan de slag te gaan beperkt, waardoor deze internationaal gecertificeerde opleiding een unieke kans biedt om een plek te bemachtigen in een competitief en winstgevend vakgebied.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z1Q6YNv\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/edutin.com\/curso-de-maestro-de-obra\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman-positions-1.png\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Cursus        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Bouwvoorman        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Cursussen            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Zet de eerste stap en word voorman in de bouw.        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/edutin.com\/curso-de-maestro-de-obra\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              START INSCHRIJVING            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/edutin.com\/curso-de-maestro-de-obra\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              START INSCHRIJVING            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          U wordt doorgestuurd naar een andere website        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/edutin.com\/curso-de-maestro-de-obra\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman-positions-1.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Zet de eerste stap om voorman in de bouw te worden              <\/p>\n              <a href=\"https:\/\/edutin.com\/curso-de-maestro-de-obra\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    START INSCHRIJVING                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                U wordt doorgestuurd naar een andere website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Gemiddeld salaris van een bouwvoorman in de VS<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Er is veel vraag naar voormannen in de bouw, omdat zij een belangrijke rol spelen bij het aansturen van teams en het waarborgen van de kwaliteit van de bouw. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In de Verenigde Staten kunnen beginnende bouwvoormannen tussen de <strong>$45.000 en $65.000 per jaar<\/strong>, waarbij ervaren professionals nog hogere salarissen kunnen verdienen. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Volgens gegevens van Glassdoor varieert de beloning afhankelijk van ervaring, locatie en projectcomplexiteit. Gemiddeld bedraagt het uurtarief voor deze functie ongeveer<strong> $55.53<\/strong>, wat leidt tot een jaarlijks salaris van ongeveer <strong>$115,514<\/strong>. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In regio&#039;s als Washington, DC kan dit gemiddelde zelfs hoger liggen en $58,68 per uur bereiken, of ongeveer<strong> $122.040 per jaar<\/strong>.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Wat u leert in de cursus Bouwvoorman<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cursus behandelt een breed scala aan essenti\u00eble vaardigheden voor voormannen in de bouw. Dit zijn de belangrijkste onderwerpen die je tijdens de training onder de knie krijgt:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Bouwfundamenten<\/strong>: Begrijp de basisprincipes van constructie en de soorten gebruikte materialen.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Veiligheidsuitrusting en risicopreventie<\/strong>Leer hoe u veiligheidsuitrusting kunt herkennen en gebruiken, zodat u een veilige omgeving voor uw team cre\u00ebert.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Planning en kwaliteitscontrole<\/strong>Ontdek hoe u alle projectfasen kunt plannen en kwaliteitscontrole kunt uitvoeren.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Gebruik van gereedschap en zware machines<\/strong>: Begrijp de specifieke kenmerken en voorzorgsmaatregelen voor het omgaan met essenti\u00eble gereedschappen en apparatuur voor de bouw.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Funderingen en ruwbouw<\/strong>: Leer muren bouwen, pilaren plaatsen en andere structurele elementen beheren.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Veiligheidsnormen op de werkplek<\/strong>: Bestudeer verplichte veiligheidsnormen voor werkplekken en ongevallenpreventie.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Afvalbeheer en duurzaamheid<\/strong>Ontdek hoe duurzame praktijken en recyclebare materialen bijdragen aan milieuvriendelijk bouwen.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deze uitgebreide training biedt de zekerheid en kennis die iedereen nodig heeft die wil uitblinken in de bouw.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Vereisten om de cursus te starten<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cursus Bouwvoorman van de Edutin Academy is toegankelijk en inclusief, met minimale inschrijvingsvereisten. Hieronder vindt u de details:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Interesse in de bouw<\/strong>Ideaal voor beginners of mensen die al in de bouw werken en hun vaardigheden willen verbeteren, zoals bouwhulpen, architecten en ingenieurs.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Basiskennis<\/strong>: Er zijn geen geavanceerde technische vaardigheden vereist; basisvaardigheden in wiskunde en lezen zijn voldoende om de cursusinhoud te kunnen volgen.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Internettoegang en apparaat<\/strong>: Omdat de cursus 100% online is, is een apparaat met internettoegang nodig om de lessen te bekijken en toegang te krijgen tot het materiaal.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Beschikbaarheid van de studie<\/strong>:De cursus heeft een flexibel schema, waardoor er slechts een minimale dagelijkse inzet nodig is om de inhoud effectief te kunnen volgen.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dankzij deze eenvoudige vereisten is de cursus een uitstekende keuze voor iedereen die zich wil specialiseren in de bouw, zonder dat er ingewikkelde investeringen in apparatuur of voorkennis nodig zijn.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Cursusfasen<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cursus is zo opgebouwd dat het een complete, dynamische leerervaring biedt. Dit zijn de belangrijkste fasen:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Inschrijving<\/strong>: Snel en gratis. Ga gewoon naar de website van de Edutin Academy en maak een account aan.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Studie<\/strong>: Krijg toegang tot de online cursus 100% met video&#039;s, leesmateriaal en praktische oefeningen. Studeer in je eigen tempo en besteed er slechts 1-2 uur per week aan.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Onderzoek<\/strong>:Tijdens de cursus wordt u beoordeeld aan de hand van praktische oefeningen en activiteiten, die cruciaal zijn voor het consolideren van uw kennis.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Certificering<\/strong>:Nadat u de cursus hebt afgerond en de toetsen met goed gevolg hebt afgelegd, kunt u een certificaat met internationale geldigheid aanvragen.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Elke cursusmodule is ontworpen om zelfvertrouwen op te bouwen en u voor te bereiden om uw kennis direct op bouwplaatsen toe te passen.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Hoe u zich kunt inschrijven voor de cursus Bouwvoorman<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Beginnen met de cursus is eenvoudig en snel. Zo werkt het:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Ga naar het Edutin Academy-platform in uw browser.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Maak een gratis account aan<\/strong>: Voer uw e-mailadres in en kies een wachtwoord om u aan te melden.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Vind de cursus Bouwvoorman<\/strong>: Zoek de cursus op de homepage of via de zoekbalk.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Begin met leren<\/strong>: Zodra u de cursus hebt gevonden, klikt u op &quot;Start cursus&quot; om de beschikbare inhoud te bekijken.<\/li>\n<\/div><\/ol>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nadat u de cursus hebt afgerond, kunt u het certificaat aanvragen. U kunt het certificaat toevoegen aan uw cv, portfolio en LinkedIn-account, zodat u uzelf beter kunt presenteren aan toekomstige werkgevers.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Waarom bouwvoorman worden?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De rol van een bouwvoorman is essentieel in de civiele bouw. Deze professional leidt bouwteams, zorgt ervoor dat het project volgens plan verloopt en dat aan alle veiligheidsnormen wordt voldaan. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Er zijn verschillende voordelen verbonden aan het volgen van een gespecialiseerde opleiding op dit gebied:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Hoge inzetbaarheid<\/strong>De vraag naar gekwalificeerde voormannen groeit, vooral in landen waar de bouwsector de economie aanjaagt.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Ontwikkeling van technische vaardigheden<\/strong>De cursus biedt praktische kennis en biedt een solide basis voor iedereen die direct in de bouw aan de slag wil.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Leiderschapsmogelijkheden<\/strong>Met de opgedane kennis kunt u een leiderschapsrol op u nemen en het verschil maken in de projectontwikkeling.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Internationale certificering<\/strong>:Het certificaat van de Edutin Academy is internationaal geldig, een belangrijke troef voor iedereen die zich wil onderscheiden op de arbeidsmarkt.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Met deze certificering verbetert u uw carri\u00e8revooruitzichten en komt u in aanmerking voor complexere en uitdagendere functies.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Wat is Edutin Academy?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Edutin Academy is een online educatief platform dat meer dan 6.000 gratis cursussen aanbiedt in uiteenlopende kennisgebieden, waaronder civiele bouw, technologie, bedrijfskunde en meer. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Het platform is zo ontworpen dat het toegankelijk is en een praktische en interactieve leerervaring biedt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cursussen die Edutin Academy aanbiedt, combineren videolessen, leesmateriaal en activiteiten die echte situaties op de arbeidsmarkt nabootsen. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Alle cursussen zijn gratis. Het certificaat kan echter worden behaald tegen een betaalbaar bedrag dat is afgestemd op het land van de student. Hierdoor wordt de investering nog toegankelijker.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><em><strong>Opmerking:<\/strong> We zijn niet institutioneel verbonden aan Edutin Academy. Onze aanbevelingen zijn uitsluitend bedoeld om lezers te helpen cursussen te vinden die bij hen passen en hun professionele groei ondersteunen.<\/em><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Conclusie<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cursus Bouwvoorman van de Edutin Academy is een uitstekende keuze voor iedereen die in de bouwsector aan de slag wil. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dankzij de praktische, gratis en eenvoudig toegankelijke training is dit de ideale kans voor iedereen die nieuwe uitdagingen wil aangaan en zich wil onderscheiden in een markt waar specialisatie en leiderschap hoog in het vaandel staan.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Wilt u de mogelijkheden in andere opleidingen verkennen, bekijk dan de aanbevelingen die we hieronder voor u hebben geselecteerd.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z14inTI\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/clarifyou.com\/nl\/unlock-a-lucrative-career-with-a-free-automotive-mechanics-course\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\" Cursus Automechanica\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/08\/Automotive-Mechanics-Course-2.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/clarifyou.com\/nl\/unlock-a-lucrative-career-with-a-free-automotive-mechanics-course\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\" Cursus Automechanica\">\n             Cursus Automechanica        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Ontdek een lucratieve carri\u00e8re met een gratis cursus automechanica        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/clarifyou.com\/nl\/unlock-a-lucrative-career-with-a-free-automotive-mechanics-course\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Blijf lezen            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/clarifyou.com\/nl\/unlock-a-lucrative-career-with-a-free-automotive-mechanics-course\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/08\/Automotive-Mechanics-Course-2.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Cursus Automechanica              <\/p>\n              <a href=\"https:\/\/clarifyou.com\/nl\/unlock-a-lucrative-career-with-a-free-automotive-mechanics-course\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Blijf lezen                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                U blijft op dezelfde website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Met deze cursus kun je minimaal $30 per uur verdienen als voorman in de bouw. Word in slechts 7 dagen voorman in de bouw. Volg de cursus gratis vanuit huis. Lees meer!<\/p>","protected":false},"author":11,"featured_media":1530,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[169,149],"tags":[184],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Internationally Certified Construction Foreman Course - 100% Online and Free - Clarif You<\/title>\n<meta name=\"description\" content=\"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clarifyou.com\/nl\/construction-foreman-course\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Internationally Certified Construction Foreman Course - 100% Online and Free\" \/>\n<meta property=\"og:description\" content=\"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clarifyou.com\/nl\/construction-foreman-course\/\" \/>\n<meta property=\"og:site_name\" content=\"Clarif You\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-13T20:34:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-28T13:58:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman-1024x576.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingrid Pontes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/clarifyou.com\/#website\",\"url\":\"https:\/\/clarifyou.com\/\",\"name\":\"Clarif You\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/clarifyou.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"nl\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/clarifyou.com\/construction-foreman-course\/#primaryimage\",\"url\":\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman.png\",\"contentUrl\":\"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman.png\",\"width\":1920,\"height\":1080},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/clarifyou.com\/construction-foreman-course\/#webpage\",\"url\":\"https:\/\/clarifyou.com\/construction-foreman-course\/\",\"name\":\"Internationally Certified Construction Foreman Course - 100% Online and Free - Clarif You\",\"isPartOf\":{\"@id\":\"https:\/\/clarifyou.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/clarifyou.com\/construction-foreman-course\/#primaryimage\"},\"datePublished\":\"2024-11-13T20:34:23+00:00\",\"dateModified\":\"2025-04-28T13:58:34+00:00\",\"author\":{\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/4823b702e675f5c606cc95a377610ff0\"},\"description\":\"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!\",\"breadcrumb\":{\"@id\":\"https:\/\/clarifyou.com\/construction-foreman-course\/#breadcrumb\"},\"inLanguage\":\"nl\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/clarifyou.com\/construction-foreman-course\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/clarifyou.com\/construction-foreman-course\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/clarifyou.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Internationally Certified Construction Foreman Course &#8211; 100% Online and Free\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/4823b702e675f5c606cc95a377610ff0\",\"name\":\"Ingrid Pontes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\/\/clarifyou.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"caption\":\"Ingrid Pontes\"},\"url\":\"https:\/\/clarifyou.com\/nl\/author\/ingrid-pontes\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Internationally Certified Construction Foreman Course - 100% Online and Free - Clarif You","description":"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!","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:\/\/clarifyou.com\/nl\/construction-foreman-course\/","og_locale":"nl_NL","og_type":"article","og_title":"Internationally Certified Construction Foreman Course - 100% Online and Free","og_description":"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!","og_url":"https:\/\/clarifyou.com\/nl\/construction-foreman-course\/","og_site_name":"Clarif You","article_published_time":"2024-11-13T20:34:23+00:00","article_modified_time":"2025-04-28T13:58:34+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman-1024x576.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ingrid Pontes","Est. reading time":"5 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/clarifyou.com\/#website","url":"https:\/\/clarifyou.com\/","name":"Clarif You","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clarifyou.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"nl"},{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/clarifyou.com\/construction-foreman-course\/#primaryimage","url":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman.png","contentUrl":"https:\/\/clarifyou.com\/wp-content\/uploads\/2024\/11\/construction-foreman.png","width":1920,"height":1080},{"@type":"WebPage","@id":"https:\/\/clarifyou.com\/construction-foreman-course\/#webpage","url":"https:\/\/clarifyou.com\/construction-foreman-course\/","name":"Internationally Certified Construction Foreman Course - 100% Online and Free - Clarif You","isPartOf":{"@id":"https:\/\/clarifyou.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clarifyou.com\/construction-foreman-course\/#primaryimage"},"datePublished":"2024-11-13T20:34:23+00:00","dateModified":"2025-04-28T13:58:34+00:00","author":{"@id":"https:\/\/clarifyou.com\/#\/schema\/person\/4823b702e675f5c606cc95a377610ff0"},"description":"This course will guide you step-by-step and equip you to earn at least $30 per hour as a construction foreman. See how to enroll!","breadcrumb":{"@id":"https:\/\/clarifyou.com\/construction-foreman-course\/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clarifyou.com\/construction-foreman-course\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/clarifyou.com\/construction-foreman-course\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clarifyou.com\/"},{"@type":"ListItem","position":2,"name":"Internationally Certified Construction Foreman Course &#8211; 100% Online and Free"}]},{"@type":"Person","@id":"https:\/\/clarifyou.com\/#\/schema\/person\/4823b702e675f5c606cc95a377610ff0","name":"Ingrid Pontes","image":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/clarifyou.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","caption":"Ingrid Pontes"},"url":"https:\/\/clarifyou.com\/nl\/author\/ingrid-pontes\/"}]}},"_links":{"self":[{"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/posts\/1529"}],"collection":[{"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/comments?post=1529"}],"version-history":[{"count":0,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/posts\/1529\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/media\/1530"}],"wp:attachment":[{"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/media?parent=1529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/categories?post=1529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clarifyou.com\/nl\/wp-json\/wp\/v2\/tags?post=1529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}