Nov 18, 2025
News & trends

A Leading European Shipbuilder Chooses Dutch Employee Advocacy Software Apostle

A leading European shipbuilder will use Apostle to turn authentic insights and stories from its leaders into consistent thought leadership content, boosting trust and visibility among customers and employees. This collaboration underlines the growing importance of human voices in a digital world filled with AI content and misinformation.

Share this blog
Subscribe to our newsletter

Stay up-to-date on best practices, research reports, and more.

Thank you! Your submission has been received!
Oops! Something went wrong.
We won't spam. We promise.

The Italian shipbuilding group has selected Apostle Technologies, the Dutch provider of employee advocacy software. International agency House of Communication guided the selection process and identified Apostle as the best solution available worldwide for activating employees and leaders on social media.

Executive thought leadership communication strategy

They will use Apostle’s software to activate its executives on LinkedIn. The goal is to strengthen relationships with customers and employees while elevating the company’s image as an innovative and future focused shipbuilder.

With Apostle’s tools, executives can easily share insights, stories and personal perspectives. House of Communication then curates this input into high quality LinkedIn thought leadership posts. The result is a continuous flow of authentic content that enhances executive visibility and reinforces the organization’s reputation as an attractive employer and reliable partner.

Authentic voices as an answer to AI content

The choice for Apostle aligns with a broader international shift. Companies want to bring back real, recognizable human voices on social media.

At a time when algorithms are flooded with generic AI content and misinformation, the need for authenticity and credibility is growing. Employee advocacy enables organizations to let their people, leaders, experts and employees, share their stories in a genuine and scalable way. This makes brands more human and builds trust in a digital world that increasingly feels less personal.

International recognition for Dutch technology

In the Netherlands, Apostle has been a trusted partner for years among major brands in the IT, installation, energy, insurance, consultancy and financial sectors. The software is now used in dozens of countries, and more international enterprises continue to adopt the platform.

Apostle is the market leader in the European cycling industry and is increasingly selected by large industrial companies across Europe. This growing international client base shows that employee advocacy is no longer a trend, but an essential part of modern communication, from local companies to global corporations.

About the client

The shipbuilding group is one of the largest in Europe and a leading player worldwide. The company operates multiple shipyards on several continents and builds cruise ships, naval vessels and megayachts for customers around the globe.

Quote from Koen Jordaans

“We are proud that one of Europe’s largest shipbuilders has chosen Apostle,” says Koen Jordaans, CEO of Apostle Technologies.

“Employee advocacy is not only a tool for global enterprises, but for any organization that wants to use the strength of its people to make its brand more human, more visible and more credible. Especially now that AI and fake news increasingly dominate communication, real stories from real people matter more than ever.”

$(document).ready(function() { // Only execute if the URL contains the Dutch slug '/nl' // if(window.location.href.indexOf('/nl') > -1) { // Check if the URL does not contain the word 'webinars' if(window.location.href.indexOf('webinars') === -1) { const modal = $('#webinar-modal'); function webModal(){ hasSeenBanner = getCookie("hasSeenWebinarBanner"); if (hasSeenBanner == "") { modal.addClass('active'); } } function closeModal(){ setCookie('hasSeenWebinarBanner', '1', '20'); modal.removeClass('active'); } $('#close-webinar-modal').click(function() { closeModal(); }); setTimeout(() => { webModal(); }, 15000); // Below you find three function for setting a cookie, getting a cookie and eventually checking whether the cookie exists function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i #webinar-modal.active { z-index: 1000; opacity: 1; } #modal-wrapper { transition-property: opacity, z-index; transition-duration: 200ms, 0; transition-delay: 0, 200ms; } .geek-frame-holder { margin: 0 auto; }