CINXE.COM
Is there value in candidate relationship management?
<!DOCTYPE html><!-- Last Published: Wed Nov 20 2024 09:15:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="weglot.new-site.recruitee.com" data-wf-page="619e90986c3bf9684e7887e4" data-wf-site="60780a9b4720a47267a88257" data-wf-collection="619e90986c3bf951df78870d" data-wf-item-slug="candidate-relationship-management" lang="en"><head><meta charset="utf-8"><title>Is there value in candidate relationship management?</title><meta content="Candidate relationship management is often seen as peripheral to the hiring process. ➤ But with a growing skill shortage is it really just a nice to have?" name="description"><meta content="Is there value in candidate relationship management?" property="og:title"><meta content="Candidate relationship management is often seen as peripheral to the hiring process. ➤ But with a growing skill shortage is it really just a nice to have?" property="og:description"><meta content="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd361276b11bf7c731a_telefoninterview.jpeg" property="og:image"><meta content="Is there value in candidate relationship management?" property="twitter:title"><meta content="Candidate relationship management is often seen as peripheral to the hiring process. ➤ But with a growing skill shortage is it really just a nice to have?" property="twitter:description"><meta content="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd361276b11bf7c731a_telefoninterview.jpeg" property="twitter:image"><meta property="og:type" content="website"><meta content="summary_large_image" name="twitter:card"><meta content="width=device-width, initial-scale=1" name="viewport"><meta content="lRndpy0wB_wPsRtRPN7HsMKjMIfIQhH5ZqKi47-FwxU" name="google-site-verification"><link href="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/css/recruitee.279a2ce25.min.css" rel="stylesheet" type="text/css"><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/66e2fea8901d473b60a3782b_recruitee_favicon.png" rel="shortcut icon" type="image/x-icon"><link href="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/60990d7ed4f930cd32416212_recruitee-webclip-blue.png" rel="apple-touch-icon"><script type="text/javascript"> // create dataLayer window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } // set „denied" as default for both ad and analytics storage, gtag("consent", "default", { ad_storage: "denied", analytics_storage: "denied", ad_user_data: "denied", ad_personalization: "denied", wait_for_update: 2000 // milliseconds to wait for update }); // Enable ads data redaction by default [optional] gtag("set", "ads_data_redaction", true); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TDQ6JT');</script> <!-- End Google Tag Manager --> <script> if (window.location.href !== "https://recruitee.com/cross-domain-bridge") { window.UC_UI_DOMAINS = { crossDomainConsentSharingIFrame: 'https://recruitee.com/cross-domain-bridge', }; } </script> <!-- Cookies banner script starts here: --> <script id="usercentrics-cmp" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" data-settings-id="oCCxI52du" async=""></script> <!-- Cookies banner script ends here: --> <style> #classrooms_featured_col_menu { display: none; } body.admin-present #featured_col_menu { display: none; } body.admin-present #classrooms_featured_col_menu { display: block; } html[lang="de"] body.admin-present #featured_col_menu { display: none; } html[lang="de"] body.admin-present #classrooms_featured_col_menu { display: block; } html[lang="nl"] body.admin-present #featured_col_menu { display: none; } html[lang="nl"] body.admin-present #classrooms_featured_col_menu { display: none; } html[lang="fr"] body.admin-present #featured_col_menu { display: block; } html[lang="fr"] body.admin-present #classrooms_featured_col_menu { display: none; } </style> <!-- redirection loop solution: --> <script> let pathArray = window.location.pathname.split('/'); if (pathArray[1] == pathArray[3]) { window.location.replace("https://recruitee.com/"+pathArray[2]+"/"+pathArray[1]+"/"+pathArray[4]) } </script> <!-- Browser language auto detection --> <script> var defaultLanguage = 'en'; var supportedLanguages = ['en', 'de', 'nl', 'fr']; var supportedHosts = ['new-site.recruitee.com', 'recruitee.com', 'proxytest.recruitee.com'] var cacheKey = 'userPreferredLanguageKey' var excludedFromRedirection = ['category', 'subcategory', 'articles', 'blog', 'press', 'events', 'customer-stories', 'podcast', '?edit' , 'search']; var resolveLanguage = function () { var userLanguage = navigator.language; return userLanguage && supportedLanguages.find((lang) => { return userLanguage.startsWith(lang); }) || defaultLanguage } var redirectNeeded = function (userLanguage) { var cachedLanguage = window.localStorage.getItem(cacheKey); if (cachedLanguage) return false; var currentLangParam = window.location.pathname.split('/')[1]; if (excludedFromRedirection.includes(currentLangParam)) return false; var blogLangParam = currentLangParam.split('-')[0]; if (supportedLanguages.includes(blogLangParam)) return false; var validLangParam = supportedLanguages.find((lang) => { return lang === currentLangParam }) || defaultLanguage; var isOnDefaultLanguage = validLangParam === defaultLanguage var hasDifferentSupportedLanguage = userLanguage !== defaultLanguage var isHostSupported = supportedHosts.indexOf(window.location.host) !== -1; return isOnDefaultLanguage && hasDifferentSupportedLanguage && isHostSupported; } var redirectToLanguage = function (language) {; window.location.replace(language + window.location.pathname); } var attachLangaugeSwticherListener = function() { var dropdownItem = document.querySelector('.lang-dropdown-list .lang-link-en') if (!dropdownItem) return; dropdownItem.addEventListener('click', function () { window.localStorage.setItem(cacheKey, defaultLanguage) }) } var userLanguage = resolveLanguage(); var canRedirect = redirectNeeded(userLanguage); if (canRedirect) redirectToLanguage(userLanguage); window.addEventListener('DOMContentLoaded', (event) => { attachLangaugeSwticherListener(); }); </script> <!-- End of Browser language auto detection --> <!-- ATS button hidden when loading --> <style> #go-to-app-btn-group, #navbar-trial-btn { display: none; } #top-bar-content { display: none; } #go-app-dropdown-body a.w-dropdown-link { padding: 0.5rem 1rem; color: #040E3C; font-weight: bold; border-bottom: 1px solid #f5f2fa; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; transition: color 0.2s; } #go-app-dropdown-body a.w-dropdown-link:hover { color: #1999e3; } .navbar--menu-dropdown-icon{margin-left:0;} </style> <!-- InLinks setup --> <script defer="" src="https://jscloud.net/x/16094/inlinks.js"></script> <!-- End of InLinks setup --> <!-- Segment setup --> <script> !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="5n8hHOdAZhlksXHmjcxJF3oV1qxFsoN6";;analytics.SNIPPET_VERSION="4.15.3"; analytics.load("5n8hHOdAZhlksXHmjcxJF3oV1qxFsoN6"); analytics.page(); }}(); </script> <!-- End of Segment setup --> <!-- Start VWO Async SmartCode --> <script type="text/javascript"> window._vwo_code = window._vwo_code || (function(){ var account_id=372306, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, is_spa=1, hide_element='body', /* DO NOT EDIT BELOW THIS LINE */ f=false,d=document,code={use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){ window.settings_timer=setTimeout(function () {_vwo_code.finish() },settings_tolerance);var a=d.createElement('style'),b=hide_element?hide_element+'{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}':'',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+(+is_spa)+'&r='+Math.random());return settings_timer; }};window._vwo_settings_timer = code.init(); return code; }()); </script> <!-- End VWO Async SmartCode --> <!-- Start of Sleeknote signup and lead generation tool - www.sleeknote.com --> <script id="sleeknoteScript" type="text/javascript"> </script> <!-- End of Sleeknote signup and lead generation tool - www.sleeknote.com --> <!-- Weglot setup --> <script type="application/json" id="weglot-data">{"originalCanonicalUrl":"https://new-site.recruitee.com/articles/candidate-relationship-management","allLanguageUrls":{"en":"https://new-site.recruitee.com/articles/candidate-relationship-management","nl":"https://new-site.recruitee.com/nl/articles/candidate-relationship-management","fr":"https://new-site.recruitee.com/fr/articles/candidate-relationship-management","de":"https://new-site.recruitee.com/de/articles/candidate-relationship-management"},"originalPath":"/articles/candidate-relationship-management","settings":{"website":"https://new-site.recruitee.com","uid":"ae6122599b","project_slug":"marketing-website-subdirectories","deleted_at":null,"api_key_translate":"wg_9cf9fd7add0fd8ec0d4485d91237cb926","language_from":"en","language_from_custom_flag":"us","language_from_custom_name":null,"auto_switch":false,"auto_switch_fallback":null,"translation_engine":3,"excluded_paths":[{"type":"CONTAIN","value":"/blog","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/blog"},{"type":"CONTAIN","value":"/category/","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/category/"},{"type":"CONTAIN","value":"/de-kategorie/","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-kategorie/"},{"type":"CONTAIN","value":"/collaborative-hiring-guide","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/collaborative\\-hiring\\-guide"},{"type":"CONTAIN","value":"/applicant-tracking-system-guide","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/applicant\\-tracking\\-system\\-guide"},{"type":"CONTAIN","value":"/demo","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/demo"},{"type":"CONTAIN","value":"/gdpr-consultation","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/gdpr\\-consultation"},{"type":"CONTAIN","value":"/contact-us","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/contact\\-us"},{"type":"CONTAIN","value":"/contact-sales","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/contact\\-sales"},{"type":"CONTAIN","value":"/articles/","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/articles/"},{"type":"CONTAIN","value":"/customer-stories","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/customer\\-stories"},{"type":"CONTAIN","value":"/de-artikel","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-artikel"},{"type":"CONTAIN","value":"/fr-articles","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-articles"},{"type":"CONTAIN","value":"/de-ebooks-ressourcen","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-ebooks\\-ressourcen"},{"type":"CONTAIN","value":"/de-events-webinare","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-events\\-webinare"},{"type":"CONTAIN","value":"/de-kundenerfolgsgeschichten","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-kundenerfolgsgeschichten"},{"type":"CONTAIN","value":"/de-podcast","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-podcast"},{"type":"CONTAIN","value":"/de-unterkategorie","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-unterkategorie"},{"type":"CONTAIN","value":"/fr-evenements","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-evenements"},{"type":"CONTAIN","value":"/fr-podcast","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-podcast"},{"type":"CONTAIN","value":"/fr-temoignages-clients","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-temoignages\\-clients"},{"type":"CONTAIN","value":"/podcast","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/podcast"},{"type":"CONTAIN","value":"/recruitee-insider","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/recruitee\\-insider"},{"type":"CONTAIN","value":"/subcategory","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/subcategory"},{"type":"CONTAIN","value":"/events","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/events"},{"type":"CONTAIN","value":"/search","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/search"},{"type":"CONTAIN","value":"/de-stellenbeschreibungen-vorlagen","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-stellenbeschreibungen\\-vorlagen"},{"type":"CONTAIN","value":"/de-presse","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/de\\-presse"},{"type":"CONTAIN","value":"/fr-communiques-presse","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-communiques\\-presse"},{"type":"CONTAIN","value":"/press","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/press"},{"type":"CONTAIN","value":"/communiques-presse","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/communiques\\-presse"},{"type":"CONTAIN","value":"/presse","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/presse"},{"type":"CONTAIN","value":"/stellenbeschreibungen-vorlagen","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/stellenbeschreibungen\\-vorlagen"},{"type":"CONTAIN","value":"/fr-sujet","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-sujet"},{"type":"CONTAIN","value":"/fr-categorie","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/fr\\-categorie"},{"type":"CONTAIN","value":"/account-blocked","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/account\\-blocked"},{"type":"CONTAIN","value":"/browser-not-supported","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/browser\\-not\\-supported"},{"type":"CONTAIN","value":"/tgthr","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/tgthr"},{"type":"CONTAIN","value":"/solution-partners","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/solution\\-partners"},{"type":"CONTAIN","value":"/partnerships","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["fr","nl"],"regex":"/partnerships"},{"type":"CONTAIN","value":"/technology-partners","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/technology\\-partners"},{"type":"CONTAIN","value":"/partners","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/partners"},{"type":"CONTAIN","value":"/forms/solution-partner-form","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/forms/solution\\-partner\\-form"},{"type":"CONTAIN","value":"/forms/technology-partner-form","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/forms/technology\\-partner\\-form"},{"type":"CONTAIN","value":"/partnership-form-success","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["nl"],"regex":"/partnership\\-form\\-success"},{"type":"CONTAIN","value":"/classrooms/setting-up-your-account","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":["fr","de","nl"],"regex":"/classrooms/setting\\-up\\-your\\-account"},{"type":"CONTAIN","value":"/classrooms/hire-with-your-team","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/hire\\-with\\-your\\-team"},{"type":"CONTAIN","value":"/classrooms/setting-up-your-careers-site","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/setting\\-up\\-your\\-careers\\-site"},{"type":"CONTAIN","value":"/classrooms/advanced-careers-site-settings","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/advanced\\-careers\\-site\\-settings"},{"type":"CONTAIN","value":"/classrooms/pipeline-templates-and-automation","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/pipeline\\-templates\\-and\\-automation"},{"type":"CONTAIN","value":"/classrooms/creating-your-first-job","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/creating\\-your\\-first\\-job"},{"type":"CONTAIN","value":"/classrooms/understanding-candidate-profile","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/understanding\\-candidate\\-profile"},{"type":"CONTAIN","value":"/classrooms/optimizing-your-account","language_button_displayed":true,"exclusion_behavior":"NOT_TRANSLATED","excluded_languages":[],"regex":"/classrooms/optimizing\\-your\\-account"}],"excluded_blocks":[{"value":".dont-translate","description":null},{"value":"nav a.lang-link","description":"Try to fix SEO issues"}],"dynamics":[],"custom_settings":{"button_style":{"with_name":false,"full_name":false,"is_dropdown":false,"with_flags":false,"flag_type":"rectangle_mat","custom_css":"/* \r\n.wg-default, .wg-default .country-selector {\r\n bottom: 1rem;\r\n left: 1rem;\r\n right: auto;\r\n border-radius: 25px;\r\n box-shadow: 7px 7px 20px 0 rgb(117 83 173 / 18%);\r\n}\r\n*/\r\n.wg-drop.country-selector .wgcurrent {\r\n border: none;\r\n}\r\n.wg-default .wg-drop.country-selector a {\r\n font-size: 0.85rem;\r\n height: 2.5rem;\r\n padding: 0 1rem 0 1rem;\r\n margin-right: 1rem;\r\n}\r\n/* dropdown open */\r\n.wg-drop.weg-openup ul {\r\n bottom: 2.6rem;\r\n}\r\n.wg-drop.country-selector ul {\r\n border: none;\r\n border-radius: 4px;\r\n box-shadow: 7px 7px 20px 0 rgb(117 83 173 / 18%);\r\n}\r\n.wg-default.weglot-container--left, .wg-default.weglot-container--left .country-selector {\r\n bottom: 50px;\r\n}"},"switchers":[],"translate_search":false,"hide_switcher":false,"subdomain":false,"wait_transition":true,"dynamic":"","override_hreflang":false,"remove_logging":true,"hide_switcher_excluded_path":true},"media_enabled":true,"external_enabled":true,"page_views_enabled":false,"versions":{"translation":1726498620,"slugTranslation":1655892791},"pending_translation_enabled":false,"curl_ssl_check_enabled":true,"languages":[{"language_to":"nl","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":false,"deleted_at":null,"connect_host_destination":null,"custom_flag":null},{"language_to":"fr","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":false,"deleted_at":null,"connect_host_destination":null,"custom_flag":null},{"language_to":"de","custom_code":null,"custom_name":null,"custom_local_name":null,"provider":null,"enabled":true,"automatic_translation_enabled":false,"deleted_at":null,"connect_host_destination":null,"custom_flag":null}],"category":8,"organization_slug":"w-ac2e03d65b","technology_id":12,"technology_name":"Other","host":"new-site.recruitee.com","is_https":true,"url_type":"SUBDIRECTORY","is_dns_set":true,"main_record":"weglot.new-site.recruitee.com","cacheVersion":3,"cachedSettings":true}}</script> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script> <script> Weglot.initialize({ api_key: 'wg_d050674c75c71fd46e256fba3c8b60e64', switchers: [ { // Same as button_style at root button_style: { full_name: true, with_name: true, is_dropdown: true, with_flags: true, flag_type: "circle", invert_flags: false }, // Move switcher somewhere in the page location: { target: ".weglot-lang-switcher", sibling: null } } ] }); </script> <!-- End of Weglot setup --> <style> body{font-family: Neuemontreal, sans-serif !important; font-weight: 500;} /*** Additional style hacks***/ /* Main navigation - Blog section */ html[lang="de"] .navbar--blog-article-en, html[lang="fr"] .navbar--blog-article-en, html[lang="de"] .navbar--blog-cat-en, html[lang="fr"] .navbar--blog-cat-en, html[lang="nl"] .d-none-nl { display: none; } html[lang="de"] .navbar--blog-article-de, html[lang="fr"] .navbar--blog-article-fr, html[lang="de"] .navbar--blog-cat-de, html[lang="fr"] .navbar--blog-cat-fr { display: block; } html[lang="fr"] .d-none-fr { display: none; } /* Content for localized pages - Logos, Product pages, Pricing, Customers */ html[lang="de"] .de-only { display: block !important; } html[lang="fr"] .fr-only { display: block !important; } html[lang="nl"] .nl-only { display: block !important; } html[lang="de"] .de-only-inline-block { display: inline-block !important; } html[lang="fr"] .fr-only-inline-block { display: inline-block !important; } html[lang="nl"] .nl-only-inline-block { display: inline-block !important; } html[lang="de"] .en-only, html[lang="fr"] .en-only, html[lang="nl"] .en-only { display: none !important; } body{ position: relative; } /* Buttons for logged in/out user */ body.admin-present .btn-user { display: block; } body.admin-present .btn-guest { display: none; } body.admin-not-present .btn-guest { display: block; } body.admin-not-present .btn-user { display: none; } /** Main nav - smaller font-size for FR language **/ @media only screen and (min-width: 992px) { html[lang="fr"] .navbar--menu a, html[lang="fr"] .navbar--menu-dropdown-item-text { font-size: 0.9rem; } } @media only screen and (min-width: 1280px) { html[lang="fr"] .navbar--menu a, html[lang="fr"] .navbar--menu-dropdown-item-text { font-size: 1.1rem; } } /** Main nav - Guest login button on mobile only **/ @media only screen and (min-width: 992px) { body.admin-not-present .navbar--btn-login.btn-guest { display: none !important; } } /* Font smoothing */ * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /** Word breaking when hit the container edge **/ body { overflow-wrap: break-word; word-wrap: break-word; } /** Prevent body from being scrolled while mobile menu is opened **/ body.no-scroll { overflow: hidden; } /* Internet Explorer overrides */ @media all and (-ms-high-contrast:none) { .ie-only { display: block !important; } /* Main navigation */ .navbar--top-bar-content.ie-only { display: flex !important; } .ie-only.navbar--btn { position: absolute !important; top: 0.5rem; right: 0; } /* Homepage */ .homepage--hero-animation, .story--animation { display:none; } .cta.card-shadow { background-color: #040e3c; } /* Pricing */ .pricing--switcher-wrapper, .pricing--table-slots, .trial-btn, .custom-pricing-text { display:none; } .pricing-ie-only { display: block; } .get-in-touch-btn { margin-top: 2.7rem; } .pricing--table-container-top { margin-top: 4rem; } /* Customers */ .customers--logos-grid { display: flex; flex-wrap: wrap; } img.customers--logo { width: 20%; } /* Marketplace */ .marketplace--search { display:none; } img.marketplace--card-img { width: auto; height: auto; max-width: 10rem; } .btn-user-logged-in { display: none; } /* About us */ .timeline_wrapper, .timeline-section, .timeline-support-section { display: none; } } /*** Blog styling ****/ /* To turn "Blog" text link blue in the breadcrumbs*/ a.breadcrumbs--item-link{ color: #1999E3 !important; } a.breadcrumbs--item-link:hover{ color: #174298 !important; } .breadcrumbs--item:hover { color: #174298; } /* To truncate paragraph in post thumbnail */ .truncate { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } /* Links on hover */ article a:hover { text-decoration: underline; } /* Blockquotes */ blockquote:before { content: open-quote; font-size: 8rem; position: absolute; top: -4rem; color: #1999e3; left: 1rem; font-weight: 900; } blockquote::after { content: close-quote; font-size: 8rem; position: absolute; bottom: -7.5rem; color: #1999e3; right: 1rem; font-weight: 900; } /* Article img spacing */ #article figure img { margin-bottom: 1.5rem; } /* Article img caption */ #article figcaption { color: #4d6072; /* dark-gray */ font-size: 1rem; font-style: italic; } /* Table of Contents on Blog and Text page*/ #toc ul { margin: 0; padding: 0; } #toc ul li a { color: inherit; } #toc ul li a:hover { color: #1999e3; } article [id^="toc"] { display: block; position: relative; top: -7rem; visibility: hidden; } li.toc-h2 { margin-top: 1rem; margin-bottom: 0.5rem; color: #040e3c; line-height: 1.5; list-style-type: none; } li.toc-h3 { list-style: none; line-height: 1.3; margin: 0; padding: 0.3rem 0.5rem; font-size: 0.9rem; border-left: solid #c7c9d3 2px; } /* ToC scrollbar */ #toc ::-webkit-scrollbar /* for blog articles */ , .text-page--toc-container::-webkit-scrollbar /* for text pages */ { width: 5px; } #toc ::-webkit-scrollbar-thumb /* for blog articles */ , .text-page--toc-container::-webkit-scrollbar-thumb /* for text pages */ { background-color: #c7c9d3; border-radius: 10px; } #toc ::-webkit-scrollbar-track /* for blog articles */ , .text-page--toc-container::-webkit-scrollbar-track /* for text pages */ { background-color: #efefef; } /** F’in sweet Webflow Hacks - #20 Create sub bullet lists inside a Rich Text element **/ .hack20-sub-bullet { margin-left: 15px; } .hack20-sub-bullet-2 { margin-left: 30px; } @media (max-width: 767px) { .hack20-sub-bullet { margin-left: 10px; } .hack20-sub-bullet-2 { margin-left: 20px; } } @media(max-width:1260px){ .btn-top{ top: 82vh; } } @media(max-width:991px){ .btn-top{ top: auto; right: 18px; bottom: 80px; } } /*setting for "TOC"*/ h1::before, h2::before, h3::before, h4::before, h5::before, h6::before { display: block; content: " "; height: 90px; margin-top: -90px; visibility: hidden; } .is-active-link::before { background-color: #1899e3 !important; } @media(min-width:768px){ div.text-page--toc-column.w-col.w-col-4{ margin-top: -10rem !important; } } @media(min-width: 501px){ .text-span-4{ display: none!important; }} .tooltiptext { visibility: hidden; border-radius: 2px; } .tooltiptext::after { content: " "; position: absolute; top: 50%; right: 100%; /* To the left of the tooltip */ margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent black transparent transparent; } .tooltip_container:hover .tooltiptext { visibility: visible; opacity: 1; transition: all .2s; } html[lang="nl"] .tooltiptext{ width: 220px; } @media(max-width:500px){ .container-max-width-100{ max-width: 100%; } .navbar--menu-dropdown-link{ flex-direction: column; } .tooltip_container{ position: absolute; right: 0; display: block; text-align: end; } .tooltiptext{ display: none; } .image-19{ position: relative; width: 17px; height: 17px; max-width: unset; top: 1px; right: 0; } .text-block-25 { display: none; } .tooltiptext_mob { position: relative; margin: 10px 0; display: none; width: 100%; color: white !important; border-radius: 2px; } .tooltiptext_mob{ background-color: #126DB1; padding: 3px 0 3px 5px; font-size: 12px; font-weight: 700; } .tooltiptext_mob::after { content: ""; position: absolute; bottom: 100%; left: 95%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent #126DB1 transparent; } } @media(min-width: 501px){ .footer ul li{ display: flex; } .footer .image-19{ margin-top: 3px; } .footer .tooltiptext{ top: -3px !important; } } @media(max-width: 500px){ .footer .image-19{ top: -42px; right: 2px; } .footer ul li{ position: relative; } } .overflow-visible{ overflow: visible !important; } .show_only_in_nl, .show_only_in_de, .show_only_in_en, .show_only_in_fr{ display: none; } html[lang="nl"] .show_only_in_nl, html[lang="de"] .show_only_in_de, html[lang="en"] .show_only_in_en, html[lang="fr"] .show_only_in_fr{ display: block !important; } html[lang="de"] .show_only_in_de_flex{display: flex !important;} html[lang="de"] .hide_only_in_de{display: none !important;} .w-nav-button{color: white!important;} html[lang="nl"] .partnerships_menu_item, html[lang="nl"] .partnerships_footer_item{display: none; } .w-slider-dot{ width: 12px !important; height: 12px !important; } .right_mwr{ background-image: radial-gradient(125.67% 82.64% at 50% 100%,#00a2ff 0,#04004a 100%) !important;} /*setting for FAQ*/ .accordion-title-heading::before{ height: 0 !important; margin-top: 0 !important; } </style> <script> // Change footer copyright year dynamically document.addEventListener("DOMContentLoaded", function () { const dynamicYear = document.querySelector(".footer--dynamic-year"); const currentYear = new Date().getFullYear(); dynamicYear.textContent = currentYear; }); </script> <style> .homepage--hero-app-img{width: auto !important;} .new_tellent_btn_paddings:hover{ background-color: #1e02f3 !important; border-color: #1e02f3 !important; color: white !important; transition: all .2s; } .border-gradient-purple { background-image: linear-gradient(90deg,#e83393,#92069c) !important; border-style: none; } .border-gradient-purple:hover{ background-color: #1e02f3 !important; /*background-image: none !important;*/ background-image: linear-gradient(90deg,#1e02f3,#1e02f3) !important; } .btn.btn-green-contained.homepage--hero-btn.btn_try_for_free_18d { border-color: unset; background-color: unset; } .new_tellent_btn_paddings{ transition: all .2s; } .new_tellent_btn_paddings:hover .div_arrow_btn{ padding-left: 6px !important; padding-right: 0px !important; transition: all .2s; } .div_arrow_btn{transition: all .2s; } #home_hero_btn_01{ padding-top: calc(2rem + 2px); padding-bottom: calc(2rem + 2px); } #go-to-app-btn .w-icon-dropdown-toggle:before { margin-left: -6px; } </style> <script src="//rum-static.pingdom.net/pa-6662f2c968cac40012000c1d.js" async=""></script> <style>.footer--tel{display: none !important;}</style><style> /* Header for dynamic color change */ a.breadcrumbs--item-link, a.breadcrumbs--item-link:hover { color: inherit; } /* To truncate paragraph in post thumbnail */ .truncate { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .decimal { margin-left:20px; list-style:circle; counter-increment:item; position: relative; font-weight: normal!important; } .decimal strong { font-weight: normal!important;} .decimal em{ font-style:normal !important; } </style> <!-- TOC scripts and CSS start here: --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.1.1/tocbot.css"> <script defer="" src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.1.1/tocbot.min.js"></script> <style> .toc ol li a:hover { color: #1999e3; } </style> <script> window.addEventListener('DOMContentLoaded', (event) => { var all_H = document.getElementById("article").querySelectorAll("h2, h3"); let unique_id_No = 1; for (let i = 0; i < all_H.length; i++) { const el = all_H[i]; el.setAttribute("id",unique_id_No) unique_id_No++ } tocbot.refresh() }); </script> <!-- TOC scripts and CSS_link end here. --></head><body data-blog-article="true" class="body-69"><div id="top_of_the_page"><div class="blog--main-nav-light-bg"></div><div class="blog--navbar-wrapper"><div class="blog--navbar-shadow card-shadow"></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar navbar-bg-dark w-nav"><div class="navbar--container"><div class="navbar--content"><a href="/" class="navbar--brand-blog w-nav-brand"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/65eee2cefa95ed9d05ac6c9b_Recruitee%20by%20Tellent%20logo%20-%20Blue%20%2B%20Black.svg" loading="lazy" height="28" alt="" class="blog-navbar--logo-dark"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/6078144624947483c31b964f_logo-white.svg" loading="lazy" height="28" alt="Go to Recruitee homepage" class="blog-navbar--logo-white"></a><a href="/blog" class="navbar--brand-blog w-nav-brand"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/6123ab47b441f3d29cc933dd_logo-blog-dark.svg" loading="lazy" height="26" alt="Go to Blog" class="blog-navbar--logo-dark blog"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/6123a1b7619d5e84f936b595_logo-blog.svg" loading="lazy" height="26" alt="Go to Blog" class="blog-navbar--logo-white blog"></a><nav role="navigation" class="navbar--menu-container blog w-nav-menu"><div class="navbar--menu left"><div data-hover="false" data-delay="0" class="blog-navbar--menu-dropdown-item w-dropdown"><div class="navbar--menu-dropdown-toggle dropdown w-dropdown-toggle"><div class="navbar--menu-dropdown-item-icon text-dark w-icon-dropdown-toggle"></div><div class="navbar--menu-dropdown-item-text text-dark">Categories</div></div><nav class="blog-menu-dropdown card-shadow w-dropdown-list"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/category/employer-branding" class="menu-dropdown-link">Employer branding</a></div><div role="listitem" class="w-dyn-item"><a href="/category/hr-processes" class="menu-dropdown-link">HR & processes</a></div><div role="listitem" class="w-dyn-item"><a href="/category/people-analytics" class="menu-dropdown-link">People analytics</a></div><div role="listitem" class="w-dyn-item"><a href="/category/talent-strategy" class="menu-dropdown-link">Talent strategy</a></div><div role="listitem" class="w-dyn-item"><a href="/category/collaborative-hiring" class="menu-dropdown-link">Collaborative hiring</a></div><div role="listitem" class="w-dyn-item"><a href="/category/diversity-inclusion" class="menu-dropdown-link">Diversity & inclusion</a></div><div role="listitem" class="w-dyn-item"><a href="/category/talent-talk" class="menu-dropdown-link">Talent talk</a></div><div role="listitem" class="w-dyn-item"><a href="/category/productivity" class="menu-dropdown-link">Productivity</a></div><div role="listitem" class="w-dyn-item"><a href="/category/partner-success" class="menu-dropdown-link">Partner Success</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="blog-navbar--menu-dropdown-item w-dropdown"><div class="navbar--menu-dropdown-toggle dropdown w-dropdown-toggle"><div class="navbar--menu-dropdown-item-icon text-dark w-icon-dropdown-toggle"></div><div class="navbar--menu-dropdown-item-text text-dark">Resources</div></div><nav class="blog-menu-dropdown card-shadow blog--navbar-dropdown-resourcehuben w-dropdown-list"><div class="navbar--dropdown-top-column resources-column_blog"><a href="/blog/downloadables" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Downloadables</div><div class="tooltip_container show_only_in_nl"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b49a5f7c2177c5fea46f3_tooltip_Desktop.svg" loading="lazy" width="14" height="14" alt="" class="image-19 tooltip_open"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b9920d80320ec2d1ed497_Mobile_X_tooltip.svg" loading="lazy" alt="" class="image-19 tooltip_close"><div class="text-block-25"><span class="tooltiptext">Only available in English</span></div></div><div class="tooltiptext_mob"><span class="text-span-4">Only available in English</span></div></a><a href="/blog/templates" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Checklists and Templates</div></a><a href="/blog/webinars" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Webinars</div><div class="tooltip_container show_only_in_nl"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b49a5f7c2177c5fea46f3_tooltip_Desktop.svg" loading="lazy" width="14" height="14" alt="" class="image-19 tooltip_open"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b9920d80320ec2d1ed497_Mobile_X_tooltip.svg" loading="lazy" alt="" class="image-19 tooltip_close"><div class="text-block-25"><span class="tooltiptext">Only available in English</span></div></div><div class="tooltiptext_mob"><span class="text-span-4">Only available in English</span></div></a><a href="/blog/podcast" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Podcast</div><div class="tooltip_container show_only_in_nl"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b49a5f7c2177c5fea46f3_tooltip_Desktop.svg" loading="lazy" width="14" height="14" alt="" class="image-19 tooltip_open"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b9920d80320ec2d1ed497_Mobile_X_tooltip.svg" loading="lazy" alt="" class="image-19 tooltip_close"><div class="text-block-25"><span class="tooltiptext">Only available in English</span></div></div><div class="tooltiptext_mob"><span class="text-span-4">Only available in English</span></div></a><a href="/collaborative-hiring-guide" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Collaborative hiring guide</div></a><a href="/applicant-tracking-system-guide" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Applicant Tracking System guide</div></a><a href="/blog/press" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Press</div></a></div></nav></div><a href="/blog/customer-stories" class="navbar--menu-dropdown-toggle text-dark w-nav-link">Customer stories</a><a href="/blog/recruitee-insider" class="navbar--menu-dropdown-toggle text-dark w-nav-link">Recruitee Insider</a><div data-hover="false" data-delay="0" class="blog-navbar--menu-dropdown-item hide-for-now w-dropdown"><div class="navbar--menu-dropdown-toggle dropdown w-dropdown-toggle"><div class="navbar--menu-dropdown-item-icon text-dark w-icon-dropdown-toggle"></div><div class="navbar--menu-dropdown-item-text text-dark">Life at Recruitee</div></div><nav class="blog-menu-dropdown card-shadow blog--navbar-dropdown-resourcehuben w-dropdown-list"><div class="navbar--dropdown-top-column resources-column_blog"><a href="/blog/recruitee-insider" target="_blank" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Recruitee Insider</div><div class="tooltip_container show_only_in_nl"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b49a5f7c2177c5fea46f3_tooltip_Desktop.svg" loading="lazy" width="14" height="14" alt="" class="image-19 tooltip_open"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/628b9920d80320ec2d1ed497_Mobile_X_tooltip.svg" loading="lazy" alt="" class="image-19 tooltip_close"><div class="text-block-25"><span class="tooltiptext">Only available in English</span></div></div><div class="tooltiptext_mob"><span class="text-span-4">Only available in English</span></div></a><a href="/category/behind-the-product" class="navbar--menu-dropdown-link_blog w-inline-block"><div>Behind the Product</div></a></div></nav></div></div><div class="navbar--menu right"><div data-hover="false" data-delay="0" data-w-id="a65dc6d4-7afd-8a34-273f-05d54ac00ceb" class="blog--navbar-lang w-dropdown"><div class="blog--navbar-lang-toggle w-dropdown-toggle"><div class="navbar--menu-dropdown-item-icon text-dark w-icon-dropdown-toggle"></div><div class="navbar--menu-dropdown-item-text text-dark">EN</div></div><nav class="blog-menu-dropdown card-shadow lang w-dropdown-list"><a href="/fr/blog" class="blog--lang-dropdown-link w-dropdown-link">FR</a><a href="/de/blog" class="blog--lang-dropdown-link w-dropdown-link">DE</a><a href="/nl/blog" class="blog--lang-dropdown-link w-dropdown-link">NL</a></nav></div><a id="login-btn" href="https://auth.recruitee.com/sign-in" class="navbar--btn-login btn-guest">Login</a><div id="top-bar-content" class="guest-btns-container"><a href="/demo" class="navbar__nav-link top-bar-link text-dark">Get demo</a></div><div id="go-to-app-btn-group" class="btn btn-light btn-group dark ml-1"><a id="go-to-app-label" href="#" class="btn-group---left dark w-button">Go to app</a><div data-hover="false" data-delay="0" id="go-to-app-dropdown" class="btn-group--right w-dropdown"><div id="go-to-app-btn" class="btn-arrow w-dropdown-toggle"><div class="navbar--menu-dropdown-item-icon arrow dark w-icon-dropdown-toggle"></div></div><nav class="btn-apps-dropdown card-shadow w-dropdown-list"><div id="go-app-dropdown-header" class="btn-apps-dropdown-header"><div class="text-block-10">Choose company...</div></div><div id="go-app-dropdown-body" class="btn-apps-dropdown-body"></div><div id="go-app-dropdown-footer" class="btn-apps-dropdown-footer"><a href="#" class="font-weight-bold w-dropdown-link">Sign out</a></div></nav></div></div><a id="navbar-trial-btn" href="https://auth.recruitee.com/sign-up" class="btn btn-primary-contained navbar--btn start_my_free_trial_btn w-button">Try free 18 days</a></div></nav></div><div class="menu-button-2 w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div><div id="post-header" class="blog--header"><div class="container w-container"><div class="blog--category-hero-section"><div class="post--hero-copy"><div class="breadcrumbs"><a href="/blog" class="breadcrumbs--item-link">Blog</a><div class="breadcrumbs--container"><div class="breadcrumbs--divider">></div><a href="/category/employer-branding" class="breadcrumbs--item">Employer branding</a></div><div class="breadcrumbs--container"><div class="breadcrumbs--divider">></div><a href="/subcategory/candidate-experience" class="breadcrumbs--item">Candidate experience</a></div></div><h1 class="post--hero-title slideup blog-article-title">Is there value in candidate relationship management?</h1><div class="post--hero-details"><div class="post--hero-details-block"><div>Last updated: </div><div class="post--hero-date">November 9, 2021</div><div class="post--hero-date w-condition-invisible">December 19, 2021</div></div><div class="post--hero-details-block w-condition-invisible"><div class="post--hero-minutes w-dyn-bind-empty"></div><div>min read</div></div></div><div class="post--hero-author"><img height="70" loading="lazy" width="70" alt="" src="" class="post--hero-author-img w-dyn-bind-empty"><div class="post--hero-author-details"><div class="post--hero-author-name">Bev Campling</div><div class="post--hero-author-company w-dyn-bind-empty"></div></div></div><div class="post--hero-second-author"><img height="55" loading="lazy" width="55" alt="" src="" class="post--hero-second-author-img w-dyn-bind-empty"><div class="post--hero-second-author-details"><div class="post--hero-second-author-name w-dyn-bind-empty"></div><div class="post--hero-second-author-company w-dyn-bind-empty"></div></div></div></div><img height="" loading="lazy" src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd361276b11bf7c731a_telefoninterview.jpeg" alt="|telefoninterview leitfaden" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 94vw, (max-width: 1279px) 48vw, 558px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd361276b11bf7c731a_telefoninterview-p-500.jpeg 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd361276b11bf7c731a_telefoninterview.jpeg 1920w" class="post--hero-img"></div></div></div><div class="post--wrapper"><div class="container w-container"><div class="post--content w-row"><div id="toc" class="post--toc w-col w-col-4 w-col-stack"><div class="post--toc-container card-shadow"><div class="post--toc-title">Table of contents</div><div class="toc"></div></div></div><div class="post--copy w-col w-col-7 w-col-stack"><article id="article" class="post--text w-richtext"><p>Being able to source the best talent within the shortest time possible is every recruiters’ dream. But it is just that - a dream. Reality, inevitably, kicks in. The recruiting process takes longer than expected and great talent isn’t so easy to find these days. But you <em>can</em> make that vision much more realistic by implementing and practicing a candidate relationship management strategy.</p><figure style="max-width:1024pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd2ee1e8542bd938963_ian-schneider-66374-unsplash-1024x684.jpeg" alt="candidate relationship management leads to passion" loading="lazy"></div></figure><p>Modern recruiters understand that <a href="https://recruitee.com/articles/talent-sourcing-strategy" target="_blank"><strong>sourcing talent</strong></a> to fill open vacancies is no longer a one-off project. It doesn’t end when a candidate is hired. When we approach recruitment this way, time constraints often lead to hit-and-miss efforts where there aren’t any winners.</p><p>Just think of how many potentially good hires can fall through the cracks. Also, imagine how many worthy applicants are left frustrated and disappointed by either a blunt generic response to their application or no response at all.</p><h2>Candidate relationship management definition</h2><p>The definition of <strong>candidate relationship management </strong>is the practice of encouraging and nurturing candidates into a company’s talent pipeline. It also helps to enhance the candidate experience. </p><p>A solid candidate relationship management strategy will maintain strong, positive relationships between employers and potential candidates in the talent pool. If implemented accurately, these candidates will hop out of the pool and into the hiring process with more ease and at a less time-consuming rate. </p><h2>What’s the purpose of candidate relationship management? </h2><p>The purpose of candidate relationship management is to set an initial tone for candidates and show them what life will be like when they become employees. If done correctly, it heightens enthusiasm and engagement and positively impacts the candidate experience. It’s a chance for organizations to ‘sell themselves’ to attractive candidates, fill their talent pools with potential hirers, and broaden the brand’s positive reputation. </p><h2>Having a candidate relationship management strategy is essential</h2><p>Devising a strategy that aligns with your <a href="https://recruitee.com/blog" target="_blank"><strong>recruitment and selection process </strong></a>is vital so that it can be easily managed through your <a href="/applicant-tracking-system-guide" target="_blank">ATS</a>. Your ATS’s reporting should allow you to track the success of your candidate management strategy daily. <strong>Tracking and analyzing real-time data</strong> gives you the control to adapt and optimize your approach as needed.</p><figure style="max-width:929pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd2554ab0b68f796b49_recruitee-analytics-job-success.png" alt="candidate relationship management through job success analytics " loading="lazy"></div></figure><p>Today, recruiters are just as responsible for selling and marketing the company as an employer of choice as they are for filling open vacancies. Candidate relationship management has taken a leaf out of sales and marketing’s book and exported it into the recruitment process.</p><p>Candidate relationship management aims to build a talent pool of candidates who have the skills, experience, and personal traits that your company needs. Having a database of suitable candidates who have indicated that they’re keen to join your company is a potent tool.</p><p>Being able to move pre-qualified candidates into the <a href="https://recruitee.com/articles/talent-pipeline" target="_blank"><strong>talent pipeline is also a massive time saver</strong></a>. Recruiters don’t <em>have</em> to screen loads of applications, and with fewer applications, there are fewer disappointed candidates.</p><p>But remember, to build a strong talent pool your talent sourcing efforts must be ongoing - just like all marketing activities.</p><h2>What’s the difference between ATS and CRM? </h2><p>Is an ATS (applicant tracking system) and a CRM (candidate relationship management system) the same thing? </p><p>There’s understandably some confusion here. But, the answer is simple: <strong>no, an ATS and a CRM are not the same things</strong>. They’re different. And you need both. </p><p>Firstly, an ATS is a type of recruiting software that aids with and strengthens your hiring process. Recruiters and hirers can work together to create and post vacancies, organize and collect the applications, and screen, determine, and move candidates through each stage of the hiring process. </p><p>A CRM, however, is used to strengthen relationships between the organization and its recruiters and candidates for future vacancies. CRMs are a part of the recruitment marketing strategy, with an overall aim of nurturing and building solid relationships with candidates over time. When a role comes up, the recruiters and employers already have an engaged, enthusiastic, and ready-to-go pool of candidates to pick from. </p><h2>4 Essentials of candidate relationship management</h2><p>Since the purpose of candidate relationship management is to create a talent pool of quality candidates, it’s essential to identify the type of people your company will need in the future.</p><p>When that’s done, you can begin to develop different campaigns that will appeal to the various types of candidates you want to engage. Skills and expectations come in different levels and what might appeal to one level can appear frivolous to another. If a candidate thinks that your interactions with them are time-wasting, they’ll disengage and be lost to you.</p><p>Bear in mind, too, that <a href="https://recruitee.com/articles/candidate-relationship-management" target="_blank"><strong>managing your candidate relationships</strong></a> is all about the candidate experience. Everything you implement must be candidate-centric. Although the content and the approach of each campaign may differ, these four essentials must be included in your candidate relationship management strategy:</p><h3><strong>1. A careers site</strong></h3><p>You must have a strong careers site that’s not only updated continuously but also provides valuable information about your company. A career site is one of the most important tools to promote your employer brand. The site must portray your company as an employer of choice because this is where candidates will go for information.</p><p>In addition to listing open vacancies and company details, include some videos about your products, services, and customers. You can also feature clips of employees explaining why they are happy working for the company. Who better to promote your employer brand than <a href="https://recruitee.com/articles/best-recruitment-videos" target="_blank"><strong>cheerful employees in a video</strong></a>?</p><p>Don’t forget to include your <a href="https://recruitee.com/articles/employer-branding-strategy" target="_blank">company values and vision</a> either. That’s becoming more and more important to people when they decide where they want to work. And remember to remove vacancies that are filled or still pending. Telling applicants that an advertised job is no longer open will dent your brand because you’ll come across as insincere or possibly even deceptive.</p><h3><strong>2. Good communication across platforms</strong></h3><p>Managing your candidate relationships relies on ongoing communication and active engagement. How you choose to communicate relies on your company and their overall recruitment strategy. The following are the most commonly used platforms of communication:</p><h4><strong>Social media</strong></h4><p><a href="https://recruitee.com/articles/social-recruiting-tips" target="_blank">Social media</a> that’s linked to your careers site and shares valuable content is imperative to success. Regular engagement on social media platforms is also crucial. There’s no value in posting to social media if you’re not going to respond to comments and questions. Ignoring people on social media will open your employer brand up to negative shares and mentions as followers vent their frustration online.</p><p>Another reason to have a strong social media presence is that once integrated with your ATS, your <strong>ATS can move profiles from social media</strong> into your candidate database.</p><h4><strong>Job boards</strong></h4><p><a href="https://recruitee.com/articles/social-recruiting-tips" target="_blank">Job boards</a> are an invaluable resource to any recruiter, but make sure that your employer brand is well presented. Detailed job posts, corporate branding, company information, and links to social media will give the right impression.</p><h4><strong>Emails</strong></h4><p><a href="https://recruitee.com/articles/recruitment-email" target="_blank"><strong>Email communication</strong></a> is just as important, but make sure that you’ve confirmed beforehand that candidates opt-in to receive messages from you. Email content must be short and concise as well as relevant to the level of the candidate. If you want to share detailed information, include a link. Nobody wants to be confronted by a wall of text.</p><p>Also, ensure that your campaigns are infrequent and that they encourage people to follow you on social media where you can post more often. Email campaigns sent out too regularly can come across as spam, and you don’t want a reputation for spamming people.</p><p>Always reply to all responses to your email campaigns if you want to uphold your employer brand standards. Prompt and genuine interaction with applicants and candidates across all platforms is essential to promote your employer brand.</p><p>Up to <a href="https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?htmlfid=LOW14341USEN" target="_blank"><strong>58% of candidates</strong></a> won’t apply to a company again if they’ve previously had a bad experience, and being ignored is definitely a bad experience.</p><h3><strong>3. Track data analytics daily</strong></h3><p>Even if your candidate relationship management seems to be working well and your candidate pool is growing, how do you measure the value?</p><p>Data analytics tell you in real-time whether your candidate pool has value. Accumulating a lot of data is easy, but unless candidates are moving from the talent pool into the hiring pipeline regularly, you’re wasting your time.</p><p>A successful candidate relationship strategy will result in a high conversion rate of passive candidates in your talent pool converting to successful hires.</p><h3><strong>4. Employee engagement</strong></h3><p>Often overlooked, but employee engagement is a vital component of managing your candidate relationships. Statistics show that only <a href="https://www.sagepeople.com/know-your-people/research-report/thank-you/?form-complete=1" target="_blank"><strong>36% of companies</strong></a> currently monitor employee engagement regularly. By keeping existing employees in the loop of all hiring activities, you encourage internal applications and promotions. You also open up to referrals from employees.</p><figure style="max-width:1024pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/610d4cd2539dfa75e5ca8a15_ali-yahya-755909-unsplash-1024x683.jpeg" alt="candidate relationship management employee drinks" loading="lazy"></div></figure><p>Referrals are an excellent means to add to your talent pool. Remember, employees know the company process and standards. They’re unlikely to recommend anyone who’d be a poor fit. Also, employees who refer people to the company are promoting the employer’s brand. This showcases that they’re happy and productive employees. It’s a win-win for your current employees, new candidates, and you, as an employer. </p><h2>Candidate relationship management has real value</h2><p>Candidate relationship management allows you to keep people interested in your employer brand even if you don’t have a suitable job for them right now. This is a critical tool to have and use in the hiring process. It substantially reduces your <a href="https://recruitee.com/articles/time-to-hire-hiring-metric" target="_blank"><strong>time to hire</strong></a> rate and improves the quality of hires.</p><p>Worldwide, there’s a lingering skills shortage with <a href="https://www.computerweekly.com/news/252446348/Only-11-of-employers-do-not-expect-a-tech-skills-shortage-in-the-next-year" target="_blank"><strong>89% of hiring managers</strong></a> expecting to encounter staff shortages in the future, particularly in technology. Combine that with the fact that <a href="https://theundercoverrecruiter.com/next-hire-already-employed/" target="_blank"><strong>75% of passive candidates</strong></a> will consider changing jobs if the right position comes their way.</p><p>Your talent pool is an invaluable resource if managed well. It holds top talent that you’ll never find if you go the route of only looking at candidates who respond to your job adverts.</p><p>No recruitment process can be successful without the implementation of a data-driven candidate relationship management strategy to complement it.</p><p></p><p><br></p></article><a href="#" class="ebook-lick w-inline-block w-condition-invisible"><img src="" loading="lazy" alt="" class="w-dyn-bind-empty"></a><div class="post--author-block"><div>Written by</div><div class="post--hero-first-author"><div class="post--hero-author"><img height="70" loading="lazy" width="70" alt="" src="" class="post--hero-author-img w-dyn-bind-empty"><div class="post--hero-author-details"><div class="post--hero-author-name">Bev Campling</div><div class="post--hero-author-company w-dyn-bind-empty"></div></div></div><div class="w-richtext">Bev has enthusiastically worked to match top employers and candidates for almost twenty years. An endless curiosity of the human mind, HR tech development, how to help people reach their goals and the ever-evolving hiring landscape is what keeps her fired up.</div></div><div class="post--hero-author-second"><div class="post--hero-author"><img height="70" loading="lazy" width="70" alt="" src="" class="post--hero-author-img w-dyn-bind-empty"><div class="post--hero-author-details"><div class="post--hero-author-name w-dyn-bind-empty"></div><div class="post--hero-author-company w-dyn-bind-empty"></div></div></div><div class="w-dyn-bind-empty w-richtext"></div></div></div><div><div id="post-cta" class="mwr_container_blog_post card-shadow"><div class="left_mwr left_mwr_blog_post"><div class="div-block-63"><h4 class="heading-26">Get the <br>MidWeekRead</h4><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/6312149afcdc2218b70903c7_mwr_icon.png" loading="lazy" alt="" class="image-39"></div><p class="paragraph-12">Get the exclusive tips, resources and updates to help you hire better!</p></div><div class="right_mwr right_mwr_blog_post"><div class="w-embed w-script"><script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script> <script> hbspt.forms.create({ region: "na1", portalId: "2688240", formId: "e547c3a5-391f-4092-a1e4-fd0294676d03" }); </script> <style> .mwr_container_blog_post .hs-form-required { color: red; } @media (min-width: 1280px) { .mwr_container_blog_post .html-embed { padding-top: 5px !important; } } .mwr_container_blog_post form label { color: white; font-size: 14px; font-weight: 500; margin-bottom: 3px; margin-top: 3px; } .mwr_container_blog_post form > div.legal-consent-container > div > div > div > div > ul > li > label > span > p { color: white; font-size: 11px; font-weight: 400; line-height: 16.5px; } .mwr_container_blog_post form input { border: 1px solid #a5accc; border-radius: 50px; padding: 12px 24px; width: 100%; } .mwr_container_blog_post .legal-consent-container .hs-form-booleancheckbox-display input { float: left; margin-top: 1px; width: 11px; } .mwr_container_blog_post form ul { list-style: none; padding-left: 5px; margin-bottom: 0; } .mwr_container_blog_post form input[type=checkbox] { width: unset; } .mwr_container_blog_post .hs-form-booleancheckbox-display { line-height: 1; padding-top: 15px; padding-bottom: 10px; } .mwr_container_blog_post .hs-form-booleancheckbox-display span, .mwr_container_blog_post .hs-error-msg, .mwr_container_blog_post .hs-main-font-element { color: red !important; } .mwr_container_blog_post .hs_firstname, .mwr_container_blog_post .hs_lastname { padding-bottom: 0 !important; } .mwr_container_blog_post form > div.hs_submit.hs-submit > div.actions > input { -webkit-text-size-adjust: 100%; word-wrap: break-word; box-sizing: border-box; -webkit-font-smoothing: antialiased; font: inherit; margin: 0; padding: 12px 24px !important; background-color: #3BA038 !important; line-height: 115% !important; color: #fff !important; font-size: 20px !important; font-weight: 700 !important; letter-spacing: 0 !important; text-transform: none !important; transition: background-color .4s,opacity .4s,color .4s; white-space: nowrap !important; width: 100% !important; background: #3BA038; border-radius: 50px !important; border: none !important; } .mwr_container_blog_post form > div.hs_submit.hs-submit > div.actions > input:hover { background: #1e9718 !important; cursor: pointer !important; transition: background-color 0.4s, opacity 0.4s, color 0.4s; } .mwr_container_blog_post .hs_firstname input, .mwr_container_blog_post .hs_lastname input, .mwr_container_blog_post .hs_email input { height: 45px; font-size: 14px; } @media (max-width: 1050px) and (min-width: 991px) { .mwr_container_blog_post .right_mwr { width: 460px !important; } } div.submitted-message.hs-main-font-element{ color: #4fda4b !important; } </style></div></div></div></div></div><div class="post--sm-icons w-clearfix w-col w-col-1 w-col-stack"><div class="post--sm-container"><a id="facebook-button" href="#" class="post--sm-icon w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b950109cce7a467aec183_facebook.svg" loading="lazy" alt="Share on Facebook" class="post--sm-icon"></a><a id="twitter-button" href="#" class="post--sm-icon w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502076110c9e655d426_twitter.svg" loading="lazy" alt="Share on Twitter" class="post--sm-icon"></a><a id="linkedin-button" href="#" class="post--sm-icon w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502f17f054798937578_linkedin.svg" loading="lazy" alt="Share on Linked In" class="post--sm-icon"></a></div><a href="#top_of_the_page" class="btn-top w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609beb814d6c2fee3f09517d_expand.svg" loading="lazy" alt="Go to the top"></a></div></div></div></div><div class="section bg-light"><div class="container w-container"><div class="post--related-articles-title"><div class="mr-05">Learn more about </div><div>Employer branding</div></div><div class="w-dyn-list"><div role="list" class="collection-list w-dyn-items w-row"><div role="listitem" class="collection-item w-dyn-item w-col w-col-6"><a href="/articles/develop-recruitment-marketing" class="article--thumb-container w-inline-block"><div class="article--thumbnail-img-wrapper"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d82162bca57a99da53da_FR-_-ATS-3.png" sizes="(max-width: 479px) 93vw, (max-width: 991px) 32vw, (max-width: 1279px) 16vw, 184.234375px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d82162bca57a99da53da_FR-_-ATS-3-p-500.png 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d82162bca57a99da53da_FR-_-ATS-3.png 1920w" class="post--thumbnail-img"></div><div class="post--thumbnail-details"><div class="post--subheading">November 8, 2024</div><div class="post--subheading w-condition-invisible">November 8, 2024</div><div class="post--thumbnail-title">How to develop a recruitment marketing strategy</div><div class="post--thumbnail-excerpt truncate">Recruitment marketing strategies help to attract, nurture, and convert top-tier talent. Learn how to create one here.</div></div></a></div><div role="listitem" class="collection-item w-dyn-item w-col w-col-6"><a href="/articles/hr-recruitment-process" class="article--thumb-container w-inline-block"><div class="article--thumbnail-img-wrapper"><img alt="" loading="lazy" src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d53c3725020cce5155e2_hr-recruitment-process.png" sizes="(max-width: 479px) 93vw, (max-width: 991px) 32vw, (max-width: 1279px) 16vw, 184.234375px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d53c3725020cce5155e2_hr-recruitment-process-p-500.png 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d53c3725020cce5155e2_hr-recruitment-process-p-800.png 800w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d53c3725020cce5155e2_hr-recruitment-process.png 1920w" class="post--thumbnail-img"></div><div class="post--thumbnail-details"><div class="post--subheading">May 13, 2024</div><div class="post--subheading w-condition-invisible">May 13, 2024</div><div class="post--thumbnail-title">10 steps to an effective HR recruitment process</div><div class="post--thumbnail-excerpt truncate">Organizations need an effective HR recruitment process. This is how they identify top talent and grow a highly skilled workforce. Learn how to create one here.</div></div></a></div></div></div></div></div><div class="section bg-image-dark"><div class="container w-container"><div class="blog--product-section"><p class="cta--blog-p-heading">Hire better, faster, together!</p><p class="blog--product-subheading">Bring your hiring teams together, boost your sourcing, automate your hiring, and evaluate candidates effectively.</p><div class="btn-guest"><a href="https://auth.recruitee.com/sign-up" class="blog--product-button btn btn-green-contained border-gradient-purple w-button">Try Recruitee for free</a><a href="/demo" class="blog--product-button btn btn-light-contained w-button">Book a demo</a></div></div><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/62027d49aae733844525501b_collaboration-illustration-white-lines.webp" loading="lazy" width="603" alt="" class="blog--product-img"></div></div><footer id="footer" class="footer"><div class="container footer--container top pb-2rem w-container"><div class="footer-flex-container"><div class="footer--column left"><a href="https://www.tellent.com/" target="_blank" class="footer-logo-link"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/65eee2cefa95ed9d05ac6c9b_Recruitee%20by%20Tellent%20logo%20-%20Blue%20%2B%20Black.svg" height="40" alt="Home" class="footer--logo"></a><div class="text-gray">Follow us</div><div class="footer--sm-links"><a href="https://facebook.com/recruitee/" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b950109cce7a467aec183_facebook.svg" loading="lazy" alt="Go to Facebook" class="footer--sm-icon"></a><a href="https://twitter.com/recruitee" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502076110c9e655d426_twitter.svg" loading="lazy" alt="Go to Twitter" class="footer--sm-icon"></a><a href="https://www.linkedin.com/company/recruitee/" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502f17f054798937578_linkedin.svg" loading="lazy" alt="Go to LinkedIn" class="footer--sm-icon"></a><a href="https://www.youtube.com/channel/UC-Dv262eaPRI2mTamlWVpmQ" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502ab42eab99f163523_youtube.svg" loading="lazy" alt="Go to Youtube" class="footer--sm-icon"></a><a href="https://www.instagram.com/tellenthq/" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502bfbc5b5ae25ef99a_instagram.svg" loading="lazy" alt="Go to Instagram" class="footer--sm-icon"></a><a href="https://www.xing.com/pages/recruitee" target="_blank" class="footer--sm-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/609b9502ab42ea4771163524_xing.svg" loading="lazy" alt="Go to Xing" class="footer--sm-icon"></a></div><div class="text-gray">Choose language</div><div class="weglot-lang-switcher"></div><div data-hover="false" data-delay="0" class="lang-dropdown-blog w-dropdown"><div class="lang-dropdown-toggle w-dropdown-toggle"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/616d464fb1c1d84bd9c29c13_icon-globe.svg" loading="lazy" alt="" class="lang-dropdown-icon-globe"><div class="w-icon-dropdown-toggle"></div><div class="lang-name-blog">English</div></div><nav class="lang-dropdown-list card-shadow w-dropdown-list"><a href="/de/blog" class="lang-link w-dropdown-link" data-wg-notranslate="">Deutsch</a><a href="/fr/blog" class="lang-link w-dropdown-link" data-wg-notranslate="">Français</a></nav></div><div class="btn-guest"><a href="/contact-sales" class="btn btn-primary-contained footer--btn w-button">Contact Sales</a></div><div class="iso_imgs_footer_div"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/649412ad5ac55c5cf0ce3308_Kiwa%20ISO%20IEC%2027001.jpg" loading="lazy" sizes="(max-width: 1279px) 70px, (max-width: 1439px) 5vw, 70px" srcset="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/649412ad5ac55c5cf0ce3308_Kiwa%20ISO%20IEC%2027001-p-500.jpg 500w, https://cdn.prod.website-files.com/60780a9b4720a47267a88257/649412ad5ac55c5cf0ce3308_Kiwa%20ISO%20IEC%2027001.jpg 542w" alt="" class="iso_left_img_footer"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/634963a507d2bd7a45904441_GDPR.svg" loading="lazy" alt="" class="iso_right_img_footer en-only"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/634963a507d2bd7a45904441_GDPR.svg" loading="lazy" alt="" class="iso_right_img_footer nl-only-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/63496a31e59ee4a30a72d9d0_GDPR_de.svg" loading="lazy" alt="" class="iso_right_img_footer de-only-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/63496a47f22b138af219e3a7_GDPR_fr.svg" loading="lazy" alt="" class="iso_right_img_footer fr-only-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/64f99f88240f255c0b00791c_21972-312_SOC_NonCPA.png" loading="lazy" width="70" height="Auto" alt="" class="soc_img_footer"></div><a href="tel:+31858880226" class="footer--tel">EU: +31 85 888 0226</a><div class="footer--app-links"><a href="https://apps.apple.com/us/app/recruitee-recruiting/id1231934627" target="_blank" class="footer--app-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/60ae7127782c6241dc95a774_app-store%402x.webp" loading="lazy" alt="Download the Recruitee app from the App Store" class="footer--app-img"></a><a href="https://play.google.com/store/apps/details?id=com.recruitee.app" target="_blank" class="footer--app-link w-inline-block"><img src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/60ae712758f5f8247e57cc6b_google-play%402x.webp" loading="lazy" alt="Download the Recruitee app from Google Play" class="footer--app-img"></a></div></div><div class="footer--column"><p class="footer--p--heading">Product</p><ul role="list" class="w-list-unstyled"><li><a href="/pipelines" class="footer--link">Pipelines</a></li><li><a href="/multi-posting-smart-campaigns" class="footer--link">Smart Campaign</a></li><li><a href="/careershub" class="footer--link">CareersHub</a></li><li><a href="/referralshub" class="footer--link">ReferralsHub</a></li><li><a href="/assessment" class="footer--link">Assessment</a></li><li><a href="/reporting" class="footer--link">Reporting</a></li><li><a href="/api-webhooks" class="footer--link">API & Webhooks</a></li><li><a href="/mobile-app" class="footer--link">Mobile Apps</a></li><li><a href="/marketplace" class="footer--link">Marketplace</a></li><li><a href="/pricing" class="footer--link">Pricing</a></li><li><a href="http://status.tellent.com/" target="_blank" class="footer--link">Status</a></li></ul></div><div class="footer--column"><p class="footer--p--heading">Resources</p><ul role="list" class="w-list-unstyled"><li><a href="/blog" class="footer--link">Blog</a></li><li><a href="/blog/downloadables" class="footer--link">Downloadables</a></li><li><a href="/blog/webinars" class="footer--link">Webinars</a></li><li><a href="/blog/podcast" class="footer--link">Podcast</a></li><li><a href="/collaborative-hiring-guide" target="_blank" class="footer--link">Collaborative hiring guide</a></li><li><a href="/applicant-tracking-system-guide" target="_blank" class="footer--link">Applicant Tracking System guide</a></li><li><a href="https://support.recruitee.com/" target="_blank" class="footer--link">Help Center</a></li><li><a href="https://updates.recruitee.com/" target="_blank" class="footer--link">Product Updates</a></li><li><a href="https://support.recruitee.com/en/roadmap" class="footer--link">Product Roadmap</a></li></ul></div><div class="footer--column"><p class="footer--p--heading">About</p><ul role="list" class="w-list-unstyled"><li><a href="/contact-sales" class="footer--link">Contact</a></li><li><a href="https://www.tellent.com/blog/tag/press" target="_blank" class="footer--link">Press kit</a></li><li><a href="https://jobs.recruitee.com/" target="_blank" class="footer--link">Careers</a></li><li><a href="/about-us" class="footer--link">About Recruitee</a></li><li><a href="/our-customers" class="footer--link">Our Customers</a></li><li><a href="/vulnerability-disclosure-program" class="footer--link">Vulnerability Disclosure</a></li><li><a href="/security-privacy" target="_blank" class="footer--link">Security & Privacy</a></li><li class="privacy_settings_cookies_pop_up"><div class="footer--link w-embed"><a href="#" class="footer--link" onClick="UC_UI.showSecondLayer();">Privacy Settings</a></div></li></ul></div></div></div><div class="footer--bottom"><div class="container footer--bottom-container w-container"><div class="footer--bottom-left">Copyright © <span class="footer--dynamic-year">2021</span> Recruitee.com. All rights reserved.</div><div class="mt-1 wrap-items"><a href="/terms" class="footer--bottom-link">Terms & Conditions</a><a href="/privacy-policy" class="footer--bottom-link">Privacy Policy</a><a href="/security-gdpr" class="footer--bottom-link">GDPR</a><a href="/impressum" class="footer--bottom-link">Impressum</a></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=60780a9b4720a47267a88257" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/60780a9b4720a47267a88257/js/recruitee.2a7731c49.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) --><script> let GTM_noscript = document.createElement('noscript'); let GTM_iframe = document.createElement('iframe'); GTM_iframe.src = "https://www.googletagmanager.com/ns.html?id=GTM-TDQ6JT"; GTM_iframe.height="0"; GTM_iframe.width="0"; GTM_iframe.style="display:none;visibility:hidden"; GTM_noscript.appendChild(GTM_iframe) const bodyFirstChild = document.body.firstChild; bodyFirstChild.parentNode.insertBefore(GTM_noscript, bodyFirstChild); </script><!-- End Google Tag Manager (noscript) --> <!-- Start of HubSpot tracking code only if user accept the cookies --> <!--<script> window.addEventListener('message', function(ev) { if(ev.data.message === 'consent_given') { //console.log(ev.data.consentStatuses); var consentedCategories = [] var allCategories = {} ev.data.consentStatuses && Object.keys(ev.data.consentStatuses).forEach(function(category) { allCategories[category] = ev.data.consentStatuses[category] ? "granted" : "declined" }) if (allCategories['Advertising'] === "granted") { // execute the file var footer = document.getElementsByTagName('footer')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.src = "//js.hs-scripts.com/2688240.js"; //HubSpot tracking code footer.appendChild(js); } } }) </script>--> <!-- End of HubSpot tracking code --> <!-- Start of HubSpot tracking code (uncomment if the "cookie consest code" is commented out) <script async="" defer="" type="text/javascript" id="hs-script-loader" src="//js.hs-scripts.com/2688240.js"></script>--> <!-- End of HubSpot tracking code --> <!-- Start of Segment script --> <script> $(document).ready(function() { $('[data-analytics]').on('click', function(e) { var properties var event = $(this).attr('data-analytics') $.each(this.attributes, function(_, attribute) { if (attribute.name.startsWith('data-property-')) { if (!properties) properties = {} var property = attribute.name.split('data-property-')[1] properties[property] = attribute.value } }) analytics.track(event, properties) }) }) </script> <!-- End of Segment script --> <!-- Start of ATS button support --> <script> $(document).ready(function () { var $goToAppButtonGroup = $('#go-to-app-btn-group'); var $goToAppButton = $('#go-to-app-btn'); var $goToAppLabel = $('#go-to-app-label'); var $loginButton = $('#login-btn'); var $trialButton = $('#navbar-trial-btn'); var $topBar = $('#top-bar-content'); var $goToAppDropdownContainer = $('#go-to-app-dropdown .w-dropdown-list'); if (!$goToAppButton.length || !$trialButton.length) return; var config = { staging: { apiUrl: 'https://auth.s.recruitee.com', origin: ['https://recruitee.webflow.io', 'https://s.recruitee.com'], appUrl: 'https://app.s.recruitee.com/', }, production: { apiUrl: 'https://auth.recruitee.com', origin: ['https://new-site.recruitee.com', 'https://new-site.s.recruitee.com', 'https://proxytest.recruitee.com', 'https://recruitee.com'], appUrl: 'https://app.recruitee.com/', }, }; var dropdownItemNodeFactory = function (url, text) { return $('<a></a>').addClass('w-dropdown-link').attr('href', url).text(text); }; var companySignInUrlFactory = function (apiUrl, companyId) { return apiUrl + '/c/' + companyId + '/sign-in'; }; var setCurrentCompaniesDropdown = function (data, config) { if (!(data && data.admin && data.admin.companies)) return; var companies = data.admin.companies; var nodes = companies.map(company => dropdownItemNodeFactory(companySignInUrlFactory(config.apiUrl, company.id), company.name) ); $goToAppDropdownContainer.find('#go-app-dropdown-body').append(nodes); }; var setSignOutDropdownFooter = function (config) { $goToAppDropdownContainer.find('#go-app-dropdown-footer a').attr('href', config.apiUrl + '/sign-out') } var resolveEnvironmentConfig = function () { if (config.staging.origin.includes(window.location.origin)) return config.staging; if (config.production.origin.includes(window.location.origin)) return config.production; return undefined; }; var setActiveButton = function (data, config) { $goToAppButton.attr('href', config.appUrl); $goToAppLabel.attr('href', config.appUrl); $trialButton.attr('href', config.apiUrl + '/sign-up'); $loginButton.attr('href', config.apiUrl + '/sign-in'); if (data && data.admin) { $trialButton.hide(); $goToAppButtonGroup.css('display', 'flex'); $topBar.css('display', 'none'); document.body.classList.add('admin-present'); // cookie for LoggedIn user stats here: document.cookie = "LoggedIn=true; path=/;"; // cookie for LoggedIn user ends here: } else { $trialButton.show(); $goToAppButtonGroup.css('display', 'none'); $topBar.css('display', 'flex'); document.body.classList.add('admin-not-present'); // cookie for LoggedIn user stats here: document.cookie = "LoggedIn=false; path=/;"; // cookie for LoggedIn user ends here: } }; var initAuthCheck = function () { var config = resolveEnvironmentConfig(); if (!config) { console.error('Wrong environment setup'); return; } $.ajax({ url: config.apiUrl + '/me', method: 'GET', success: function (res) { setActiveButton(res, config); setCurrentCompaniesDropdown(res, config); setSignOutDropdownFooter(config); }, xhrFields: { withCredentials: true, }, error: function (err) { $trialButton.show(); $topBar.css('visibility', 'visible'); console.error('error ' + err); }, }); }; initAuthCheck(); }); </script> <!-- End of ATS button support --> <!-- Start of custom language switcher --> <script> function extractLang(url) { const regex = /recruitee.com\/(de|fr|nl)/; const found = url.match(regex); if (found) { return found[1]; } return 'en'; } function translateTo(url, toLang) { const fromLang = extractLang(url); if (fromLang == toLang) { return url; } if (fromLang != 'en' && toLang != 'en') { return url.replace('/' + fromLang, '/' + toLang); } if (fromLang == 'en') { return url.replace('recruitee.com', 'recruitee.com/' + toLang); } if (toLang == 'en') { return url.replace('recruitee.com/' + fromLang, 'recruitee.com'); } } function getLangLabel(lang) { if (lang == 'en') { return 'English'; } else if (lang == 'de') { return 'Deutsch'; } else if (lang == 'fr') { return 'Français'; } else if (lang == 'nl') { return 'Nederlands'; } } $(document).ready(function() { const currentUrl = window.location.href; const currentLang = extractLang(currentUrl); $(".lang-name").text(getLangLabel(currentLang)); if($("nav.lang-dropdown-list > [class*='lang-link']").length > 2){ $("nav.lang-dropdown-list > [class*='lang-link']").each(function(index){ if((this.className.match(/lang-link-(..)/)[1] !== undefined) && (this.className.match(/lang-link-(..)/)[1] !== null)){ const langFromClass = this.className.match(/lang-link-(..)/)[1]; if (langFromClass == currentLang) { $(this).hide(); } else { $(this).attr('href', translateTo(currentUrl, langFromClass)); } } }); } /*$("nav.lang-dropdown-list > [class*='lang-link']").each(function(index){ const langFromClass = this.className.match(/lang-link-(..)/)[1]; if (langFromClass == currentLang) { $(this).hide(); } else { $(this).attr('href', translateTo(currentUrl, langFromClass)); } }); */ setTimeout(function() { //Hide Weglot language switcher on public domains if (window.location.hostname === "recruitee.webflow.io") { console.log(window.location.hostname) $(".weglot-lang-switcher").show(); $(".lang-dropdown").remove(); $(".lang-dropdown-blog").remove(); } else { $(".weglot-lang-switcher").remove(); $(".lang-dropdown").show(); } }, 100) }); </script> <!-- End of custom language switcher --> <!-- Start of "nofollow" attribute in links --> <script> $("a").each(function() { var url = ($(this).attr('href')) if(url !== undefined){ if(url.includes('#nofollow')){ $(this).attr( "rel", "nofollow" ); } $(this).attr( "href",$(this).attr( "href").replace('#nofollow','')) } }) </script> <!-- End of "nofollow" attribute in links --> <!-- Start of F’in sweet Hacks - #20 Create sub bullet lists inside a RTE --> <script> // when the DOM is ready $(document).ready(function() { // get the li items const listItems = $('li'); // for each li item listItems.each(function(index, item){ // check for '~' character // it's recommended to start with the deepest level of sub bullet // to ensure only the relevant classes are applied // if the li item text starts with '~~' if($(item).text().startsWith('~~')){ // run indentText() function indentText(this, 'hack20-sub-bullet-2'); } // else if the li item starts with '~' else if($(item).text().startsWith('~')){ // run indentText() function indentText(this, 'hack20-sub-bullet'); } }); // indentText function function indentText(li, className){ // add relevant className to li item // if the li item text starts with '~~' add the sub-bullet-2 class // else if the li item starts with '~' add the sub-bullet class $(li).addClass(className); // remove the '~' from the li items // the regex /~+/g // matches any one or more ~ characters const reformatedText = $(li).html().replace(/~+/g,''); // replace the li item's html text that has ~ tags // with the new text that removed the ~ character(s) $(li).html(reformatedText); } }); </script> <!-- End of F’in sweet Hacks --> <!-- Start of disable body scrolling when mobile menu opened --> <script> document.addEventListener('DOMContentLoaded', () => { document.querySelectorAll('.w-nav-button').forEach(trigger => { trigger.addEventListener('click', function(){ this.x = ((this.x || 0) + 1)%2; if(this.x){ document.querySelectorAll('body').forEach(target => target.classList.add('no-scroll')); } else{ document.querySelectorAll('body').forEach(target => target.classList.remove('no-scroll')); } }); }); }); </script> <!-- End of disable body scrolling when mobile menu opened --> <!-- Start of footer US tel shown 1st or 2nd according to site language --> <script> /*const current_URL = window.location.href; if ((current_URL.indexOf("recruitee.com/fr") > -1) || (current_URL.indexOf("recruitee.com/nl") > -1)){ $("#us_tel_first").css("display", "none"); $("#us_tel_second").css("display", "block"); }else if(current_URL.indexOf("recruitee.com/de") > -1){ $("#us_tel_first").css("display", "none"); $("#us_tel_second").css("display", "none"); $(".footer--app-links").css("margin-top", "1rem"); $(".footer--tel").css("margin-top", "0.5rem"); }else{ $("#us_tel_second").css("display", "none"); $("#us_tel_first").css("display", "block"); } */ </script> <!-- End of footer US tel shown 1st or 2nd according to site language --> <!-- Tooltip on nav and footer custom code starts here --> <script> $(window).on("resize", windowSize); function windowSize(){ var $width = $(window).width(); // console.log($width); if($width < 501){ // console.log("501"); // console.log("width", $width); $(".tooltip_open").click(function (e) { e.preventDefault(); $(this).parent().siblings(".tooltiptext_mob").fadeIn() $(this).fadeOut(200, function(){$(this).siblings(".tooltip_close").fadeIn(200)}); }) $(".tooltip_close").click(function (e) { e.preventDefault(); $(this).parent().siblings(".tooltiptext_mob").fadeOut() $(this).fadeOut(200, function(){$(this).siblings(".tooltip_open").fadeIn(200)}); }) }else if($width > 501){ $(".tooltip_open").click(function (e) { e.preventDefault(); return false; }) $(".tooltip_close").click(function (e) { e.preventDefault(); return false; }) } } windowSize(); </script> <!-- Tooltip on nav and footer custom code ends here --> <!-- Featured nav item per language (not translated through Weglot) and tooltip localisation Begins: --> <script> $(document).ready(function() { //console.log(window.location.href); if (window.location.href.indexOf("/de/") > -1) { $(".navbar--blog-article-en").css("display","none") $(".navbar--blog-article-fr").css("display","none") $(".navbar--blog-article-de").css("display","block") $(".tooltiptext").text("Nur auf Englisch verfügbar") }else if (window.location.href.indexOf("/fr/") > -1) { $(".resources-column").removeClass("d-none") $(".navbar--blog-article-en").css("display","none") $(".navbar--blog-article-de").css("display","none") $(".navbar--blog-article-fr").css("display","block") $(".tooltiptext").text("Disponible uniquement en anglais") } if (window.location.href.indexOf("/nl/") > -1) { $(".tooltiptext").text("Alleen beschikbaar in het Engels") } }); </script> <!-- Featured nav item per language (not translated through Weglot) and tooltip localisation Ends: --> <!-- G2 "Review Stars" script--> <script>(function(a,b,c,d){window.fetch("https://www.g2.com/products/recruitee/rating_schema.json").then(e=>e.json()).then(f=>{c=a.createElement(b);c.type="application/ld+json";c.text=JSON.stringify(f);d=a.getElementsByTagName(b)[0];d.parentNode.insertBefore(c,d);});})(document,"script");</script> <style> body.admin-present .homepage_vwo_social_proof{ display: none; } body.admin-present #animated_btn{ display: none !important; } .hide_me{ display: none !important; } </style> <!-- change #try_free_btn button text without affecting localisation --> <script> if(document.documentElement.lang == ''){ let start_my_free_trial_btn_array = document.querySelectorAll(".start_my_free_trial_btn") start_my_free_trial_btn_array.forEach(element => { element.innerHTML = "Start my free trial"; }); }; </script> <script> window.addEventListener("ucEvent", function (e) { if( e.detail && e.detail.event == "consent_status") { // console.log(e); if(e.detail['Hubspot'] === true) { console.log('Hubspot has consent'); var footer = document.getElementsByTagName('footer')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.src = "//js.hs-scripts.com/2688240.js"; //HubSpot tracking code footer.appendChild(js); } else { console.log('Hubspot has no consent'); // add your script here } if(e.detail['Sleeknote'] === true) { console.log('Sleeknote has consent'); (function () { var sleeknoteScriptTag = document.createElement("script"); sleeknoteScriptTag.type = "text/javascript"; sleeknoteScriptTag.charset = "utf-8"; sleeknoteScriptTag.src = ("//sleeknotecustomerscripts.sleeknote.com/47147.js"); var s = document.getElementById("sleeknoteScript"); s.parentNode.insertBefore(sleeknoteScriptTag, s); })(); } else { console.log('Sleeknote has no consent'); // add your script here } } }); </script> <!--scripts to remove webflow badge start here: --> <script> window.addEventListener("load", function () { var style_02 = document.createElement("style"); //style_02.type = 'text/css'; var cssRule_02 = ".w-webflow-badge{display:none!important;}"; style_02.appendChild(document.createTextNode(cssRule_02)); const bodyLastChild = document.body.lastChild; bodyLastChild.after(style_02); const remove_webflow_badge = document.querySelector(".w-webflow-badge"); if (remove_webflow_badge) { remove_webflow_badge.remove(); } }); </script> <script> function checkForWebflowBadge() { let webflow_badge = document.querySelector(".w-webflow-badge") if (webflow_badge) { webflow_badge.parentNode.removeChild(webflow_badge); webflow_badge.remove(); clearInterval(webflow_badge_interval); } } const webflow_badge_interval = setInterval(checkForWebflowBadge, 300); </script> <!--scripts to remove webflow badge end here: --> <!-- SOC img link start --> <script> $(".soc_img_footer").click(function(){ window.open('https://www.aicpa.org/soc4so', '_blank'); }) $('.soc_img_footer').hover(function() { $(this).css('cursor','pointer'); }); </script> <!-- SOC img link end --> <script> $("#navbar-trial-btn, #footer_sales_btn, #footer > div.container.footer--container.top.pb-2rem.w-container > div > div.footer--column.left > div.btn-guest > a").addClass("border-gradient-purple"); </script> <style> .page--header.ch-header.ch-header_dark_blue,{ background-image: radial-gradient(76.89% 63.95% at 422.08% 144.32%, #00A2FF 0%, #04004A 100%) !important; } .bg-dark, .bg-image-dark{ background-image: radial-gradient(125.67% 82.64% at 50% 100%,#00a2ff 0,#04004a 100%) !important; } @media screen and (min-width: 1440px) { .btn.btn-green-contained.homepage--hero-btn.btn_try_for_free_18d.new_tellent_btn_paddings.border-gradient-purple,.btn.btn-dark_blue-contained.homepage--hero-btn.btn_try_for_free_18d.new_tellent_btn_paddings.border-gradient-purple {min-width: 17rem;} }</style><!-- Social Media sharable links --> <script> const facebookButton = document.getElementById('facebook-button'); facebookButton.setAttribute('target', '_blank'); facebookButton.setAttribute( 'href', `https://www.facebook.com/sharer/sharer.php?u=${window.location.href}` ); const twitterButton = document.getElementById('twitter-button'); twitterButton.setAttribute('target', '_blank'); twitterButton.setAttribute( 'href', `https://twitter.com/share?url=${window.location.href}` ); const linkedinButton = document.getElementById('linkedin-button'); linkedinButton.setAttribute('target', '_blank'); linkedinButton.setAttribute( 'href', `https://www.linkedin.com/shareArticle?mini=true&url=${window.location.href}&title=${document.title}` ); </script> <!-- Change text color if contrast ratio is not sufficient --> <script> $(document).ready(function(){ $("#post-header").each(function(){ //extract R G and B from element background color let backgroundColor = $(this).css("background-color"); backgroundColor = backgroundColor.split(',') let R = parseInt(backgroundColor[0].split('(')[1]) let G = parseInt(backgroundColor[1]) let B = parseInt(backgroundColor[2].split(')')[0]) //Convert RGB to HSL //The R,G,B values are divided by 255 to change the range from 0..255 to 0..1 let rPrime = R/255 let gPrime = G/255 let bPrime = B/255 //Then we extract max and min values let cMax = Math.max(rPrime, gPrime, bPrime) let cMin = Math.min(rPrime, gPrime, bPrime) /* HSL is Hue, saturation and lightness. We need only lightness to determine if the color is bright or dark. So we gonna calculate only the last value with formula: L = (Cmax + Cmin) / 2 */ let lightness = (cMax + cMin)/2 /* Now we gonna check if our lightness is >50% or < 50%. If it is >50% we are goin to change text color to black otherwise, we gonna set text color to white. */ lightness >= 0.50 ? $(this).css("color", "#040E3C") : $(this).css("color", "white"); }) }) </script> <!-- Instert "Post CTA" symbol inside Rich text --> <script> var symbol = document.getElementById("post-cta"); var body = document.getElementById("article"); var heading = body.getElementsByTagName("h2")[2]; body.insertBefore(symbol, heading); </script> <script> $('li em').parents('li').addClass('decimal'); </script> <!-- TOC script starts here: --> <script> document.addEventListener("DOMContentLoaded", function () { tocbot.init({ tocSelector: '.toc', contentSelector: 'article', headingSelector: 'h1, h2, h3', extraListClasses: '', isCollapsedClass: false, collapsibleClass: false, collapseDepth: 0, headingsOffset: -500 }); }); </script> <!-- TOC script ends here: --> <!-- Second author script starts:here--> <script> const postHeroSecondAuthorName = document.querySelector(".post--hero-second-author-name").innerHTML; const postHeroSecondAuthor = document.querySelector(".post--hero-second-author"); const postHeroAuthorImg = document.querySelector(".post--hero-author").children[0]; postHeroSecondAuthorName == '' ? postHeroSecondAuthor.style.display = "none" : postHeroAuthorImg.style.cssText = "width: 55px; height: 55px"; </script> <!-- Second author script ends:here--> <!-- est min read starts here: --> <script> function readingTime() { const text = document.querySelector(".post--content").innerText; const wpm = 225; const words = text.trim().split(/\s+/).length; const time = Math.ceil(words / wpm); // document.getElementById("time").innerText = time; console.log("Estimated reading time: " + time + " minutes"); } readingTime(); </script> <!-- est min read ends here: --> </body></html>