{"id":26451,"date":"2025-03-27T14:48:38","date_gmt":"2025-03-27T13:48:38","guid":{"rendered":"https:\/\/fairfood.org\/?post_type=vacature&#038;p=26451"},"modified":"2025-06-03T12:03:31","modified_gmt":"2025-06-03T10:03:31","slug":"internship-communications","status":"publish","type":"vacature","link":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/","title":{"rendered":"Internship: Sustainability communications"},"content":{"rendered":"\n<div class=\"wp-block-g2p-wrapper\"><div class=\"container\"><div class=\"row\"><div class=\"col-12\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<h3 class=\"wp-block-heading\"><strong>Location:<\/strong> Amsterdam, Netherlands <\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>About Fairfood<\/strong><\/h3>\n\n\n\n<p>Fairfood is on a mission to accelerate the shift towards a sustainable food system\u2014one where food is produced with respect for people, the planet, and animals, with value distributed fairly across supply chains. We work with businesses to improve their practices and support governments in creating effective regulations.<\/p>\n\n\n\n<p><strong>Research and compelling communication are at the heart of our mission.<\/strong> We are looking for a Communications Intern who is data savvy and can help us turn sustainability insights into engaging content across digital platforms.<\/p>\n\n\n\n<p>As an intern, you\u2019ll work alongside <strong>Fairfood\u2019s research and communications team<\/strong>, helping to <strong>translate impact data from our projects and external research<\/strong> into <strong>clear and compelling narratives <\/strong>that resonate with our audience. Think of <strong>reports, blogs, newsletters, social media, and presentations<\/strong>. You\u2019ll also support the <strong>backend management of the <\/strong><a href=\"https:\/\/align-tool.com\/\"><strong>ALIGN platform<\/strong><\/a>, Fairfood\u2019s digital guidance tool that helps companies navigate fair wages and incomes in their supply chains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What You Will Do &amp; Learn<\/strong><\/h3>\n\n\n\n<p><strong>Research &amp; Data Analysis<\/strong>: Throughout the internship, you\u2019ll sharpen your research skills by conducting desk research on sustainability topics, agri-food commodities, and supply chain challenges. You will learn how to identify, structure, and interpret data from reports, case studies, and Fairfood\u2019s impact data, transforming insights into compelling narratives.&nbsp;<\/p>\n\n\n\n<p><strong>Data Visualisation &amp; Communication<\/strong>: You\u2019ll also gain hands-on experience in data-driven storytelling, learning how to turn complex insights into engaging narratives for reports, blogs, newsletters, and social media. Through this, you\u2019ll improve your ability to communicate sustainability issues in a way that resonates with diverse audiences. Working with design and visualisation tools such as Excel, Canva, Flourish, or Tableau, you\u2019ll contribute to developing materials for digital platforms and events.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Who You Are<\/strong><\/h3>\n\n\n\n<p>A Fairfood intern is creative, independent, and <strong>passionate about sustainability<\/strong>. You might be currently enrolled in a university programme or looking for an opportunity to complement your learning journey with hands-on experience. You <strong>enjoy working with both words and numbers<\/strong>, feel comfortable diving into desk research, and are eager to <strong>grow your skills in data interpretation and visualisation<\/strong> to help tell impactful, evidence-based stories.<\/p>\n\n\n\n<p><strong>Please note:<\/strong> As a non-profit organisation, Fairfood is unable to offer a salary for this internship. However, we do provide a monthly contribution of EUR 225 to help cover transport and food expenses. <\/p>\n\n\n\n<p><strong>If you see yourself in the description, submit your CV and motivational letter by June 6th, or email <a href=\"mailto:mariana@fairfood.org\" target=\"_blank\" rel=\"noreferrer noopener\">mariana@fairfood.org<\/a> for extra questions. <\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"respond-to-this-vacancy\">Respond to this vacancy<\/h2>\n\n\n<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_8' ><style>#gform_wrapper_8[data-form-index=\"0\"].gform-theme,[data-parent-form=\"8_0\"]{--gform-theme-color-primary: #204ce5;--gform-theme-color-primary-rgb: 32, 76, 229;--gform-theme-color-primary-contrast: #fff;--gform-theme-color-primary-contrast-rgb: 255, 255, 255;--gform-theme-color-primary-darker: #001AB3;--gform-theme-color-primary-lighter: #527EFF;--gform-theme-color-secondary: #fff;--gform-theme-color-secondary-rgb: 255, 255, 255;--gform-theme-color-secondary-contrast: #112337;--gform-theme-color-secondary-contrast-rgb: 17, 35, 55;--gform-theme-color-secondary-darker: #F5F5F5;--gform-theme-color-secondary-lighter: #FFFFFF;--gform-theme-color-outside-control-light: rgba(17, 35, 55, 0.1);--gform-theme-color-outside-control-light-rgb: 17, 35, 55;--gform-theme-color-outside-control-light-darker: rgba(104, 110, 119, 0.35);--gform-theme-color-outside-control-light-lighter: #F5F5F5;--gform-theme-color-outside-control-dark: #585e6a;--gform-theme-color-outside-control-dark-rgb: 88, 94, 106;--gform-theme-color-outside-control-dark-darker: #112337;--gform-theme-color-outside-control-dark-lighter: rgba(17, 35, 55, 0.65);--gform-theme-color-inside-control: #fff;--gform-theme-color-inside-control-rgb: 255, 255, 255;--gform-theme-color-inside-control-contrast: #112337;--gform-theme-color-inside-control-contrast-rgb: 17, 35, 55;--gform-theme-color-inside-control-darker: #F5F5F5;--gform-theme-color-inside-control-lighter: #FFFFFF;--gform-theme-color-inside-control-primary: #204ce5;--gform-theme-color-inside-control-primary-rgb: 32, 76, 229;--gform-theme-color-inside-control-primary-contrast: #fff;--gform-theme-color-inside-control-primary-contrast-rgb: 255, 255, 255;--gform-theme-color-inside-control-primary-darker: #001AB3;--gform-theme-color-inside-control-primary-lighter: #527EFF;--gform-theme-color-inside-control-light: rgba(17, 35, 55, 0.1);--gform-theme-color-inside-control-light-rgb: 17, 35, 55;--gform-theme-color-inside-control-light-darker: rgba(104, 110, 119, 0.35);--gform-theme-color-inside-control-light-lighter: #F5F5F5;--gform-theme-color-inside-control-dark: #585e6a;--gform-theme-color-inside-control-dark-rgb: 88, 94, 106;--gform-theme-color-inside-control-dark-darker: #112337;--gform-theme-color-inside-control-dark-lighter: rgba(17, 35, 55, 0.65);--gform-theme-border-radius: 3px;--gform-theme-font-size-secondary: 14px;--gform-theme-font-size-tertiary: 13px;--gform-theme-icon-control-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-icon-control-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-icon-control-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-control-border-color: #686e77;--gform-theme-control-size: var(--gform-theme-control-size-md);--gform-theme-control-label-color-primary: #112337;--gform-theme-control-label-color-secondary: #112337;--gform-theme-control-choice-size: var(--gform-theme-control-choice-size-md);--gform-theme-control-checkbox-check-size: var(--gform-theme-control-checkbox-check-size-md);--gform-theme-control-radio-check-size: var(--gform-theme-control-radio-check-size-md);--gform-theme-control-button-font-size: var(--gform-theme-control-button-font-size-md);--gform-theme-control-button-padding-inline: var(--gform-theme-control-button-padding-inline-md);--gform-theme-control-button-size: var(--gform-theme-control-button-size-md);--gform-theme-control-button-border-color-secondary: #686e77;--gform-theme-control-file-button-background-color-hover: #EBEBEB;--gform-theme-field-page-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_8'  action='\/en\/wp-json\/wp\/v2\/vacature\/26451' data-formid='8' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_8_1\"  class=\"gfield gfield--type-text gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_1\"><label class='gfield_label gform-field-label' for='input_8_1' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_8_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_8_6\"  class=\"gfield gfield--type-text gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_6\"><label class='gfield_label gform-field-label' for='input_8_6' >Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_8_6' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_8_2\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_2\"><label class='gfield_label gform-field-label' for='input_8_2' >E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_8_2' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_8_3\"  class=\"gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_3\"><label class='gfield_label gform-field-label' for='input_8_3' >Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_8_3' class='textarea medium'    placeholder='Type your message...'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_8_4\"  class=\"gfield gfield--type-fileupload gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_4\"><label class='gfield_label gform-field-label' for='input_8_4' >Upload your CV<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='134217728' \/><input name='input_4' id='input_8_4' type='file' class='medium' aria-describedby=\"gfield_upload_rules_8_4\" onchange='javascript:gformValidateFileSize( this, 134217728 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_8_4'>Accepted file types: jpg, png, pdf, Max. file size: 128 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_8_4'><\/div><\/div><\/li><li id=\"field_8_5\"  class=\"gfield gfield--type-fileupload gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_5\"><label class='gfield_label gform-field-label' for='input_8_5' >Upload your cover letter<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='134217728' \/><input name='input_5' id='input_8_5' type='file' class='medium' aria-describedby=\"gfield_upload_rules_8_5\" onchange='javascript:gformValidateFileSize( this, 134217728 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_8_5'>Accepted file types: jpg, png, pdf, Max. file size: 128 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_8_5'><\/div><\/div><\/li><li id=\"field_8_7\"  class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_7\"><label class='gfield_label gform-field-label' for='input_8_7' >CAPTCHA<\/label><div id='input_8_7' class='ginput_container ginput_recaptcha' data-sitekey='6LfNEEEdAAAAAIRMH-LBzrNzccBAU-XcwydfO9aO'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><li id=\"field_8_8\"  class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_8_8\"><label class='gfield_label gform-field-label' for='input_8_8' >Comments<\/label><div class='ginput_container'><input name='input_8' id='input_8_8' type='text' value='' \/><\/div><div class='gfield_description' id='gfield_description_8_8'>This field is for validation purposes and should be left unchanged.<\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <button type='submit' id='gform_submit_button_8' class='gform_button button' value='Send'  onclick='if(window[\"gf_submitting_8\"]){return false;}  window[\"gf_submitting_8\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_8\"]){return false;} window[\"gf_submitting_8\"]=true;  jQuery(\"#gform_8\").trigger(\"submit\",[true]); }' >Send<\/button> \n            <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='8' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_8' value='WyJbXSIsIjA4YTY1N2VhNzdiNzJiZmYxYTUwZWNhN2JiZWIyYjM0Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' 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=\"3\"\/><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( 8, 'https:\/\/fairfood.wpdev.go2people.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_8').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_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').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_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').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_8').val();gformInitSpinner( 8, 'https:\/\/fairfood.wpdev.go2people.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}, 50);}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [8, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 8, currentPage: current_page } });} );} ); \n\/* ]]> *\/\n<\/script>\n\n\n<div class=\"block-call-to-action-with-btns\">\n\t<h2>Not what you were looking for? Send an open job application or:<\/h2>\n    <div class=\"button-container wow fadeInUp\">\n                    <a href=\"https:\/\/fairfood.org\/en\/about-us\/vacancies\/\" class=\"button primary\">Check all our vacancies<\/a>\n            <\/div>\t\n<\/div>\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"><aside class=\"sidebar\">\n\t<section class=\"row\">\n\t\t<div class=\"col-12\">\n\t\t\t<h2>More details<\/h2>\n\t\t\t<p><strong>Region<br \/>\n<\/strong>Amsterdam<\/p>\n<p><strong>Work hours\u00a0<\/strong><br \/>\n32 hours<\/p>\n<p><strong>Degree<\/strong><br \/>\nHBO<br \/>\nWO<\/p>\n<p><strong>Start date<\/strong><br \/>\nSummer 2025<\/p>\n<p><strong data-start=\"433\" data-end=\"446\">Duration<br \/>\n<\/strong>4\u20136 months<\/p>\n\n\t\t<\/div>\t\t\t\t\n\t<\/section>\n\n\t\t<section class=\"row author\">\n\t\t<div class=\"col-12\">\n\t\t\t<h2>Contact person:<\/h2>\n\t\t<\/div>\n\t\t<div class=\"col-12 col-lg-3\">\n\t\t\t\t\t\t<img decoding=\"async\" class=\"author-profile-picture\" src=\"https:\/\/fairfood.wpdev.go2people.nl\/app\/uploads\/2021\/08\/Mariana-1-150x150-c-center.jpg\" \/>\n\t\t\t\t\t<\/div>\n\t\t<div class=\"col-12 col-lg-9\">\n\t\t\t<p>\t\t\t\t\n\t\t\t\t<span class=\"author-name\">Mariana Broitman<\/span>\n\t\t\t\t\n\t\t\t\t<a href=\"mailto:mariana@fairfood.org\" class=\"author-email\">mariana@fairfood.org<\/a>\n\t\t\t<\/p>\t\t\t\n\t\t<\/div>\n\t<\/section>\n\t\t\n\t<section class=\"row\">\n\t\t<div class=\"col-12\">\n\t\t\t<h2>Vacature wishlist:<\/h2>\n\t\t\t<ul>\n<li>Affinity with our mission<\/li>\n<li>Fluent in English (Dutch or Spanish are a plus)<\/li>\n<li>Social, self-starting and pro-active<\/li>\n<\/ul>\n\n\t\t<\/div>\t\t\t\t\n\t<\/section>\t\t\n<\/aside><\/div>\n<\/div>\n<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-g2p-wrapper pattern-container-top newsletter has-medium-background-color\"><div class=\"container\"><div class=\"row\"><div class=\"col-12\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column wow fadeInLeft is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:41.6%\">\n<div style=\"height:75px\" aria-hidden=\"true\" class=\"wp-block-spacer d-none d-md-block\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"667\" height=\"354\" src=\"https:\/\/fairfood.org\/app\/uploads\/2020\/05\/fairfood-newsletter-signup.png\" alt=\"\" class=\"wp-image-259\" srcset=\"https:\/\/fairfood.wpdev.go2people.nl\/app\/uploads\/2020\/05\/fairfood-newsletter-signup.png 667w, https:\/\/fairfood.wpdev.go2people.nl\/app\/uploads\/2020\/05\/fairfood-newsletter-signup-300x159.png 300w\" sizes=\"auto, (max-width: 667px) 100vw, 667px\" \/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer d-md-none\"><\/div>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column wow fadeInRight is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<h2 class=\"wp-block-heading medium-block-title no-margin-top\">Stay up-to-date<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong><strong>Want to stay updated with the latest trends and developments when it comes to bettering our food system? Sign up to the Fairfood newsletter! We will keep you posted about interesting reads, upcoming webinars, food tech and sustainability developments.<\/strong><\/strong><\/h4>\n\n\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_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gform-theme-color-primary: #204ce5;--gform-theme-color-primary-rgb: 32, 76, 229;--gform-theme-color-primary-contrast: #fff;--gform-theme-color-primary-contrast-rgb: 255, 255, 255;--gform-theme-color-primary-darker: #001AB3;--gform-theme-color-primary-lighter: #527EFF;--gform-theme-color-secondary: #fff;--gform-theme-color-secondary-rgb: 255, 255, 255;--gform-theme-color-secondary-contrast: #112337;--gform-theme-color-secondary-contrast-rgb: 17, 35, 55;--gform-theme-color-secondary-darker: #F5F5F5;--gform-theme-color-secondary-lighter: #FFFFFF;--gform-theme-color-outside-control-light: rgba(17, 35, 55, 0.1);--gform-theme-color-outside-control-light-rgb: 17, 35, 55;--gform-theme-color-outside-control-light-darker: rgba(104, 110, 119, 0.35);--gform-theme-color-outside-control-light-lighter: #F5F5F5;--gform-theme-color-outside-control-dark: #585e6a;--gform-theme-color-outside-control-dark-rgb: 88, 94, 106;--gform-theme-color-outside-control-dark-darker: #112337;--gform-theme-color-outside-control-dark-lighter: rgba(17, 35, 55, 0.65);--gform-theme-color-inside-control: #fff;--gform-theme-color-inside-control-rgb: 255, 255, 255;--gform-theme-color-inside-control-contrast: #112337;--gform-theme-color-inside-control-contrast-rgb: 17, 35, 55;--gform-theme-color-inside-control-darker: #F5F5F5;--gform-theme-color-inside-control-lighter: #FFFFFF;--gform-theme-color-inside-control-primary: #204ce5;--gform-theme-color-inside-control-primary-rgb: 32, 76, 229;--gform-theme-color-inside-control-primary-contrast: #fff;--gform-theme-color-inside-control-primary-contrast-rgb: 255, 255, 255;--gform-theme-color-inside-control-primary-darker: #001AB3;--gform-theme-color-inside-control-primary-lighter: #527EFF;--gform-theme-color-inside-control-light: rgba(17, 35, 55, 0.1);--gform-theme-color-inside-control-light-rgb: 17, 35, 55;--gform-theme-color-inside-control-light-darker: rgba(104, 110, 119, 0.35);--gform-theme-color-inside-control-light-lighter: #F5F5F5;--gform-theme-color-inside-control-dark: #585e6a;--gform-theme-color-inside-control-dark-rgb: 88, 94, 106;--gform-theme-color-inside-control-dark-darker: #112337;--gform-theme-color-inside-control-dark-lighter: rgba(17, 35, 55, 0.65);--gform-theme-border-radius: 3px;--gform-theme-font-size-secondary: 14px;--gform-theme-font-size-tertiary: 13px;--gform-theme-icon-control-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-icon-control-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-icon-control-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gform-theme-control-border-color: #686e77;--gform-theme-control-size: var(--gform-theme-control-size-md);--gform-theme-control-label-color-primary: #112337;--gform-theme-control-label-color-secondary: #112337;--gform-theme-control-choice-size: var(--gform-theme-control-choice-size-md);--gform-theme-control-checkbox-check-size: var(--gform-theme-control-checkbox-check-size-md);--gform-theme-control-radio-check-size: var(--gform-theme-control-radio-check-size-md);--gform-theme-control-button-font-size: var(--gform-theme-control-button-font-size-md);--gform-theme-control-button-padding-inline: var(--gform-theme-control-button-padding-inline-md);--gform-theme-control-button-size: var(--gform-theme-control-button-size-md);--gform-theme-control-button-border-color-secondary: #686e77;--gform-theme-control-file-button-background-color-hover: #EBEBEB;--gform-theme-field-page-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/en\/wp-json\/wp\/v2\/vacature\/26451' data-formid='1' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_1_5\"  class=\"gfield gfield--type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_1_5\"><label class='gfield_label gform-field-label' for='input_1_5' >CAPTCHA<\/label><div id='input_1_5' class='ginput_container ginput_recaptcha' data-sitekey='6LfNEEEdAAAAAIRMH-LBzrNzccBAU-XcwydfO9aO'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><li id=\"field_1_1\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_1\"><label class='gfield_label gform-field-label' for='input_1_1' >Naam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large'    placeholder='Naam' aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_1_2\"  class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_2\"><label class='gfield_label gform-field-label' for='input_1_2' >E-mailadres<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_1_2' type='text' value='' class='large'   placeholder='E-mailadres' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <button type='submit' id='gform_submit_button_1' class='gform_button button' value='Versturen'  onclick='if(window[\"gf_submitting_1\"]){return false;}  window[\"gf_submitting_1\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} window[\"gf_submitting_1\"]=true;  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' >Versturen<\/button> \n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjA4YTY1N2VhNzdiNzJiZmYxYTUwZWNhN2JiZWIyYjM0Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' 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_3\" name=\"ak_js\" value=\"188\"\/><script>document.getElementById( \"ak_js_3\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/fairfood.wpdev.go2people.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').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_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').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_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').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_1').val();gformInitSpinner( 1, 'https:\/\/fairfood.wpdev.go2people.nl\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 1, currentPage: current_page } });} );} ); \n\/* ]]> *\/\n<\/script>\n\n\n\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div><\/div><\/div>\n","protected":false},"author":18,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"vacature-type":[309],"class_list":["post-26451","vacature","type-vacature","status-publish","format-standard","hentry","vacature-type-stage-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Internship: Sustainability communications -<\/title>\n<meta name=\"description\" content=\"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Internship: Sustainability communications -\" \/>\n<meta property=\"og:description\" content=\"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Fairfood\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-03T10:03:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fairfood.wpdev.go2people.nl\/app\/uploads\/2020\/11\/FF-logo-stamp-20years-hires.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2495\" \/>\n\t<meta property=\"og:image:height\" content=\"747\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Fairfood\" \/>\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:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/\",\"url\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/\",\"name\":\"Internship: Sustainability communications -\",\"isPartOf\":{\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#website\"},\"datePublished\":\"2025-03-27T13:48:38+00:00\",\"dateModified\":\"2025-06-03T10:03:31+00:00\",\"description\":\"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.\",\"breadcrumb\":{\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About us\",\"item\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/about-us\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Careers\",\"item\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/about-us\/vacancies\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Internship: Sustainability communications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#website\",\"url\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/\",\"name\":\"\",\"description\":\"Tracing our food, farm to fork\",\"publisher\":{\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#organization\",\"name\":\"Fairfood\",\"url\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fairfood.org\/app\/uploads\/2020\/12\/stamp-20years.png\",\"contentUrl\":\"https:\/\/fairfood.org\/app\/uploads\/2020\/12\/stamp-20years.png\",\"width\":800,\"height\":240,\"caption\":\"Fairfood\"},\"image\":{\"@id\":\"https:\/\/fairfood.wpdev.go2people.nl\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Fairfood\",\"https:\/\/x.com\/Fairfood\",\"https:\/\/www.instagram.com\/fairfoodnl\/\",\"https:\/\/www.linkedin.com\/company\/fairfoodnl\/mycompany\/\",\"https:\/\/www.youtube.com\/user\/Fairfood\",\"https:\/\/en.wikipedia.org\/wiki\/Fairfood\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Internship: Sustainability communications -","description":"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Internship: Sustainability communications -","og_description":"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.","og_url":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/","article_publisher":"https:\/\/www.facebook.com\/Fairfood","article_modified_time":"2025-06-03T10:03:31+00:00","og_image":[{"width":2495,"height":747,"url":"https:\/\/fairfood.wpdev.go2people.nl\/app\/uploads\/2020\/11\/FF-logo-stamp-20years-hires.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@Fairfood","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/","url":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/","name":"Internship: Sustainability communications -","isPartOf":{"@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#website"},"datePublished":"2025-03-27T13:48:38+00:00","dateModified":"2025-06-03T10:03:31+00:00","description":"We are looking for our new Comms Intern, who will become part of our team and work directly with our team in Amsterdam.","breadcrumb":{"@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/vacature\/internship-communications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fairfood.wpdev.go2people.nl\/en\/"},{"@type":"ListItem","position":2,"name":"About us","item":"https:\/\/fairfood.wpdev.go2people.nl\/en\/about-us\/"},{"@type":"ListItem","position":3,"name":"Careers","item":"https:\/\/fairfood.wpdev.go2people.nl\/en\/about-us\/vacancies\/"},{"@type":"ListItem","position":4,"name":"Internship: Sustainability communications"}]},{"@type":"WebSite","@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#website","url":"https:\/\/fairfood.wpdev.go2people.nl\/en\/","name":"","description":"Tracing our food, farm to fork","publisher":{"@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fairfood.wpdev.go2people.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#organization","name":"Fairfood","url":"https:\/\/fairfood.wpdev.go2people.nl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/fairfood.org\/app\/uploads\/2020\/12\/stamp-20years.png","contentUrl":"https:\/\/fairfood.org\/app\/uploads\/2020\/12\/stamp-20years.png","width":800,"height":240,"caption":"Fairfood"},"image":{"@id":"https:\/\/fairfood.wpdev.go2people.nl\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Fairfood","https:\/\/x.com\/Fairfood","https:\/\/www.instagram.com\/fairfoodnl\/","https:\/\/www.linkedin.com\/company\/fairfoodnl\/mycompany\/","https:\/\/www.youtube.com\/user\/Fairfood","https:\/\/en.wikipedia.org\/wiki\/Fairfood"]}]}},"_links":{"self":[{"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/vacature\/26451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/vacature"}],"about":[{"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/types\/vacature"}],"author":[{"embeddable":true,"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/users\/18"}],"version-history":[{"count":15,"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/vacature\/26451\/revisions"}],"predecessor-version":[{"id":26520,"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/vacature\/26451\/revisions\/26520"}],"wp:attachment":[{"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/media?parent=26451"}],"wp:term":[{"taxonomy":"vacature-type","embeddable":true,"href":"https:\/\/fairfood.wpdev.go2people.nl\/en\/wp-json\/wp\/v2\/vacature-type?post=26451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}