CINXE.COM
How to hire top talent (and key mistakes to avoid)
<!DOCTYPE html><!-- Last Published: Thu Feb 20 2025 16:25:23 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="top-talent" lang="en"><head><meta charset="utf-8"><title>How to hire top talent (and key mistakes to avoid)</title><meta content="Knowing how to hire top talent is at the heart of what it means to be a recruiter. Here are some tips for attracting and closing top talent today." name="description"><meta content="How to hire top talent (and key mistakes to avoid)" property="og:title"><meta content="Knowing how to hire top talent is at the heart of what it means to be a recruiter. Here are some tips for attracting and closing top talent today." property="og:description"><meta content="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d4ab62bca5a76bda4729_power.jpeg" property="og:image"><meta content="How to hire top talent (and key mistakes to avoid)" property="twitter:title"><meta content="Knowing how to hire top talent is at the heart of what it means to be a recruiter. Here are some tips for attracting and closing top talent today." property="twitter:description"><meta content="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d4ab62bca5a76bda4729_power.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.0ccd9ad82.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"> 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 }); // 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-NTG8GWLW');</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">{"allLanguageUrls":{"en":"https://new-site.recruitee.com/articles/top-talent","nl":"https://new-site.recruitee.com/nl/articles/top-talent","fr":"https://new-site.recruitee.com/fr/articles/top-talent","de":"https://new-site.recruitee.com/de/articles/top-talent"},"originalCanonicalUrl":"https://new-site.recruitee.com/articles/top-talent","originalPath":"/articles/top-talent","settings":{"auto_switch":false,"auto_switch_fallback":null,"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,"definitions":{}},"deleted_at":null,"dynamics":[],"excluded_blocks":[{"value":".dont-translate","description":null},{"value":"nav a.lang-link","description":"Try to fix SEO issues"}],"excluded_paths":[{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/blog"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/category/"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-kategorie/"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/collaborative-hiring-guide"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/applicant-tracking-system-guide"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/demo"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/gdpr-consultation"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/contact-us"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/contact-sales"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/articles/"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/customer-stories"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-artikel"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-articles"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-ebooks-ressourcen"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-events-webinare"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-kundenerfolgsgeschichten"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-podcast"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-unterkategorie"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-evenements"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-podcast"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-temoignages-clients"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/podcast"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/recruitee-insider"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/subcategory"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/events"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/search"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-stellenbeschreibungen-vorlagen"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/de-presse"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-communiques-presse"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/press"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/communiques-presse"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/presse"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/stellenbeschreibungen-vorlagen"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-sujet"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/fr-categorie"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/account-blocked"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/browser-not-supported"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/tgthr"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/solution-partners"},{"excluded_languages":["fr","nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/partnerships"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/technology-partners"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/partners"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/forms/solution-partner-form"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/forms/technology-partner-form"},{"excluded_languages":["nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/partnership-form-success"},{"excluded_languages":["fr","de","nl"],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/setting-up-your-account"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/hire-with-your-team"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/setting-up-your-careers-site"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/advanced-careers-site-settings"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/pipeline-templates-and-automation"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/creating-your-first-job"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/understanding-candidate-profile"},{"excluded_languages":[],"language_button_displayed":true,"type":"CONTAIN","value":"/classrooms/optimizing-your-account"}],"external_enabled":true,"host":"new-site.recruitee.com","is_dns_set":true,"is_https":true,"language_from":"en","language_from_custom_flag":"us","language_from_custom_name":null,"languages":[{"connect_host_destination":null,"custom_code":null,"custom_flag":null,"custom_local_name":null,"custom_name":null,"enabled":true,"language_to":"nl"},{"connect_host_destination":null,"custom_code":null,"custom_flag":null,"custom_local_name":null,"custom_name":null,"enabled":true,"language_to":"fr"},{"connect_host_destination":null,"custom_code":null,"custom_flag":null,"custom_local_name":null,"custom_name":null,"enabled":true,"language_to":"de"}],"media_enabled":true,"technology_id":12,"technology_name":"Other","translation_engine":3,"url_type":"SUBDIRECTORY","versions":{"translation":1739955394,"slugTranslation":1655892791}}}</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.tellent.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">Having trouble hiring top talent? Here’s what you’re doing wrong</h1><div class="post--hero-details"><div class="post--hero-details-block"><div>Last updated: </div><div class="post--hero-date">April 3, 2024</div><div class="post--hero-date w-condition-invisible">April 3, 2024</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="written_by">Written by</div><div class="post--hero-author"><img height="70" loading="lazy" width="70" alt="" src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot.jpg" sizes="(max-width: 1279px) 70px, (max-width: 1439px) 5vw, 70px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot-p-500.jpg 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot.jpg 800w" class="post--hero-author-img"><div class="post--hero-author-details"><div class="post--hero-author-name">Brendan McConnell</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 class="written_by contributor">Contributor</div><div class="post--hero-contributor"><img height="55" loading="lazy" width="55" alt="" src="" class="post--hero-contributor-img w-dyn-bind-empty"><div class="post--hero-contributor-details"><div class="post--hero-contributor-name w-dyn-bind-empty"></div><div class="post--hero-contributor-company w-dyn-bind-empty"></div></div></div></div><img height="" loading="lazy" src="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6141d4ab62bca5a76bda4729_power.jpeg" alt="hire top talent" 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>Finding and hiring top talent is at the heart of what it means to be a successful recruiter. Your goal is to snatch up the best possible talent to fill an open job requisition before the competition does. Knowing how to hire top talent effectively, therefore, is critical. </p><p>Unfortunately, top talent doesn’t stick around for long. And there is a growing shortage of skilled workers that will only worsen in the coming year. <a href="https://www.kornferry.com/insights/this-week-in-leadership/talent-crunch-future-of-work" target="_blank">According to Korn Ferry</a>, the global talent shortage for skills workers will widen significantly, with an expected 85.2 million unfilled jobs on the market by 2030. </p><p>While this may sound like a good thing for recruiters, it may actually cause significant headaches for companies looking for talent to meet specific knowledge and skills requirements—such as AI development. Lots and lots of companies will be competing for a shrinking talent pool. </p><p>Recruiters, therefore, need to be able to work effectively and efficiently to identify, screen, and lock down the right person for the job. This means knowing how to hire top talent and what mistakes to avoid that may result in you losing out on the ideal candidate. </p><p>This guide will help. </p><h2>Common reasons for losing top talent </h2><p>Too often, recruiters are their own worst enemy when going after top talent. There are often issues in the hiring process, a poor candidate experience, misaligned interview processes, or a lack of clarity of expectations. All of these factors can have an impact on a company’s ability to hire top talent. </p><p>Consider, for example, that the average time to fill a tech position is <a href="https://www.hiringlab.org/2023/04/25/us-business-to-business-labor-market-update-2023-q1/" target="_blank">52 days as of 2023</a>. That’s nearly two months, during which the best candidates can lose interest in your role and company or get snatched up by a faster recruiter. To nab the best talent in the market—especially for highly in-demand skill sets—that time needs to be much shorter. </p><p><a href="https://recruitee.com/articles/time-to-hire-hiring-metric" target="_blank">Time to hire</a> is just one example. Consistently missing out on top talent for your open requisitions is likely indicative of a wider series of problems in your organization or recruitment process. </p><p>Here are some of the most common reasons that companies lose out on top talent. </p><h3>1. Failing to plan your requirements and strategy.</h3><p>Trying to fill a <a href="https://recruitee.com/articles/job-requisition" target="_blank">job requisition</a> without a plan or a clear list of requirements is a bit like trying to hit a target in the dark. It takes a deliberate strategy and clear requirements to identify, attract, screen, and close the best talent for a given position.</p><p>Without a clear picture of the job <a href="https://recruitee.com/articles/job-requirements" target="_blank">requirements</a> you need to fill, and a strategy for identifying the best candidates, you risk creating poorly targeted job ads and job descriptions, and being unable to properly screen candidates. All of this creates barriers to identifying and hiring top talent.</p><h3>2. A poor candidate journey.</h3><p>Recruitment teams that don’t have a clear and consistent candidate journey ensure that they will undoubtedly experience headaches when trying to land top talent. A strategic candidate journey ensures that each touch point with the candidate has a purpose and moves the applicant through the funnel as efficiently as possible.</p><div class="w-embed"><div class="highlighted_blog_text_06"> <div class="highlighted_outer_06"> <div class="highlighted_text_div_no_icon"> <p class="highlighted_useful_tip_desktop_list_no_icon">Candidate journey needs to be fully optimized at six key stages:</p> <ul role="list"> <li> Awareness </li> <li>Consideration</li> <li>Interest</li> <li>Application</li> <li> Selection</li> <li>Hire</li> </ul> </div> </div> </div></div><p>If each stage doesn’t work in sync, or if the experience is poor and disjointed between each, you’re setting yourself up for headaches. </p><p>According to a recent <a href="https://www.jobsage.com/blog/job-hunting-pet-peeves/" target="_blank">JobSafe survey</a>, the pet peeves that most often ruin a candidate's journey are: </p><ul role="list"><li>Failing to publish a position’s salary </li><li>Expecting multiple years of experience for entry-level roles </li><li>A hiring process that takes too long </li><li>Poor communication and ghosting </li></ul><p>Throughout the journey, make sure that you’re clear on expectations and offerings, and efficiently move candidates through the hiring process in a transparent manner. </p><h3>3. Poor employer branding.</h3><p><a href="https://zipdo.co/statistics/employer-branding/" target="_blank">80% of talent acquisition managers</a> believe employer branding plays a significant role in the ability to hire top talent. And 77% of organizations see employer branding as an integral and crucial part of their overall business strategy.</p><p>The best candidates will have a bunch of different companies and job options to weigh during their job search. One way to ensure that you don’t make the shortlist is to have poor employer branding, or an unclear message about what your benefits are to the applicant.</p><p>Likewise, poor reviews about your company are likely to force existing top talent to leave, as well as harm your recruitment efforts. <a href="https://www.linkedin.com/pulse/1-reason-why-employees-quit-managers-marcel-schwantes/?lipi=urn%3Ali%3Apage%3Ad_flagship3_pulse_read%3Bdbsx7gF%2BSqipjJFYyMnf8w%3D%3D">50% of employees</a> have quit their jobs because of a poor manager, and <a href="https://www.valuepenguin.com/news/majority-workers-would-leave-job-becuase-of-manager#:~:text=Bad%20Manager%20%2D%20ValuePenguin-,82%25%20of%20Workers%20Would%20Consider%20Quitting%20Their,Because%20of%20a%20Bad%20Manager">82% are considering quitting</a>. A poor employer branding reputation, therefore, impacts both retention and the ability to attract new hires. </p><blockquote>Despite competitive salaries, a negative employer brand can dissuade high-quality candidates. It's crucial to address issues contributing to a poor reputation, such as negative reviews, lack of employee engagement, or unclear expectations around company culture.<br>—<a href="http://www.linkedin.com/in/nicola-a-clarke" target="_blank">Nicola Clarke</a>, Executive Recruitment, <a href="https://www.keplersearch.com" target="_blank">Kepler Search</a> </blockquote><h3>4. Using the wrong sourcing channels.</h3><p>Looking for top talent in the wrong place is one of the best ways to ensure that you never find them. More important than sending tons of recruitment ads out into the world is taking the time to understand who your candidates are, and how you can reach them on their own turf.</p><p>This means thinking beyond traditional job boards and websites, and identifying new channels with which your target audience interacts. </p><h3>5. Critiquing applicants based on the wrong variables. </h3><p>Subjective recruitment, or judging applicants based on personal biases, can cause recruiters to take a pass on otherwise highly qualified candidates. It’s imperative that you have a system in place to ensure that you don’t hire based on gut feeling but rather based on objective facts and variables that lead to success.</p><h3>6. Not being diligent enough.</h3><p>A thorough recruitment process usually means pre-screening, screening, interviewing, and performing background checks on each of your chosen candidates. It’s a deliberate process that requires diligence and commitment to a system. Failing to do your due diligence can lead to taking a pass on qualified candidates, or choosing someone who isn’t actually set up for success.</p><h3>7. Providing a poor interview experience.</h3><p><a href="https://www.shl.com/resources/by-type/guides-and-ebooks/what-your-hiring-process-and-candidates-say-about-you/" target="_blank">According to research from SHL</a>, 42% of surveyed job seekers have declined a job offer due to a bad interview experience. Nearly half of negative hiring experience reviews cited the interviewer as a contributing factor.</p><p>Relationships matter. And reputations spread. It’s critical that each person you interview is shown the respect they deserve, and that your process is fair and thorough enough to help you make an informed decision.</p><div class="w-embed"><div class="highlighted_blog_text_05"> <div class="highlighted_outer_05"> <p class="highlighted_useful_tip"></p> <p class="highlighted_paragraph"> Being unprepared for an interview, or using the wrong techniques, is a great way to lose out on top talent, and tank your employer branding. </p> </div> </div></div><h3>8. Being too general and picky.</h3><p>Establishing a clear set of job requirements helps your team create a persona for an ideal candidate. This requires you to be very specific about what is needed to be successful in the job. Being too general will not allow you to focus your job search to find the best applicants.</p><blockquote>I contend that the issue [with not being able to hire top talent] is not that the quality of candidates is diminishing, but that the quantity is increasing. Today, many companies have in-house Talent Acquisitions (TA) teams who are tasked with filling roles in every department—from supply chain to accounting to marketing to administrative. TA teams are spread too thin.<br>—<a href="http://linkedin.com/in/jamiemccann" target="_blank">Jamie McCann</a>, Executive Recruiter, <a href="https://www.cohen-partners.com" target="_blank">Cohen Partners</a> </blockquote><p>On the other hand, being too rigid with your requirements is equally problematic. There’s no such thing as the “perfect” candidate. So, it will be necessary for you to establish what job requirements are “must haves” versus “nice to haves” so that you don’t reject an otherwise solid candidate.</p><h3>9. Not offering competitive compensation</h3><p>According to a recent survey from Pew Research, <a href="https://www.businessnewsdaily.com/9389-reasons-employees-quit.html" target="_blank">63% of respondents</a> say they left their last job due to low pay. And while compensation isn’t the only consideration for job hunters and employees when deciding on taking a new job, or staying in their existing one, it is a major factor. </p><p><a href="https://www.businessnewsdaily.com/9389-reasons-employees-quit.html" target="_blank">39% of surveyed workers</a> said that their biggest frustration when job hunting was not being offered a pay package that was in line with their expectations. And, 35% of hiring managers reported an uptick in job candidates asking to negotiate their compensation packages. </p><p>Candidates want to be paid a fair wage for their skills and experience. That price goes up for the best talent, with the most in-demand skills. If you’re not offering (truly) competitive compensation packages, it’s going to be really tough to hire and retain the best talent. </p><h3>10. Taking too long to pull the trigger.</h3><p>The best candidates are often off the market within 10 days of starting their job search. That means you need to be fast on your feet, and ready to expedite the recruitment and offer process if a top candidate hits “Apply”.</p><h2>How do I attract and hire top talent? </h2><p>We’ve addressed the many pitfalls that get in the way of hiring top talent. But what do you have to do to attract them to your company, and make your employment offer appealing to the best of the best? </p><p>We’ve gathered insights from experts in recruitment, HR, marketing, and leadership to share some insights on how to attract and hire top talent. </p><p>Here’s what they had to say. </p><h3>1. Identify issues with competitor and salary analysis</h3><p>Two major reasons that companies might struggle with attracting and hiring top talent, according to <a href="https://www.linkedin.com/in/rmboyle1/">Rob Boyle</a>, Marketing Operations Director at <a href="https://www.airswift.com/" target="_blank">Airswift</a>, are: </p><ul role="list"><li>If the compensation is too low for the responsibilities and work described</li><li>If the position is highly specialized and, therefore, has a very limited pool of qualified candidates. </li></ul><p>To solve this issue, Boyle recommends first identifying the root of the problem that’s blocking access to top talent. Competitor analysis, he says, is one way to tackle this. </p><div class="w-embed"><div class="highlighted_blog_text_05"> <div class="highlighted_outer_05"> <p class="highlighted_useful_tip">Useful tip:</p> <p class="highlighted_paragraph"> Look for similar roles posted by other companies in your industry, and evaluate what they do differently in their job postings, how they structure their compensation, and where they post their job ads. </p> </div> </div></div><p>Conducting salary benchmarking can also help, adds Boyle. This helps you determine if your compensation offering is competitive. If it’s not, this is a good time to reconsider your compensation strategy. </p><p>Lastly, Boyle recommends that companies conduct employee surveys to find out what their team likes and doesn’t like about working at the company, as well as how they’d describe the company culture. This will give you intel into what may need to be fixed, and how you can best present the company to the job market. </p><h3>2. Diversity your sourcing methods for better candidates</h3><p>Companies sometimes struggle with poor candidate quality due to ineffective candidate-sourcing strategies, explains <a href="https://www.linkedin.com/in/philstrazzulla/" target="_blank">Phil Strazzulla</a>, founder of <a href="https://www.selectsoftwarereviews.com" target="_blank">SelectSoftware Reviews</a>. </p><p>Relying solely on one or a few sourcing channels can greatly limit the pool of candidates you create, resulting in an overall lower quality and diversity of potential new hires. </p><p>To solve this problem, Strazulla recommends diversifying your sourcing methods and channels. </p><p>This can include using: </p><ul role="list"><li>Job boards</li><li>Social media (paid and organic)</li><li>Employee referrals</li><li>Networking events</li><li>Partnerships with educational institutions</li><li>Direct outreach </li><li>Internal talent pools </li></ul><p>Relying solely on active candidates from job boards and social media postings limits your potential talent pool, adds Nicola Clarke. The best talent is likely not actively looking for a new job, but may still be open to the opportunity. </p><p>Building industry connections through participation in events and conferences, as well as conducting cold and direct outreach campaigns, helps you build a qualified candidate pool that you can tap when new roles arise. </p><h3>3. Align recruiter incentives with a quality focus </h3><p>Poor recruitment processes often stem from misaligned incentives that drive recruiters to value activity volume over candidate fit, explains <a href="https://www.linkedin.com/in/lreverchuk/" target="_blank">Lou Reverchuk</a>, co-founder and CEO of <a href="https://echoglobal.tech" target="_blank">EchoGlobal</a>. </p><p>Most agency or internal talent teams face pressure from leaders or clients to fill roles rapidly amid 'talent wars.' So they blast undiscriminating job posts across every channel, hoping candidate quantity can compensate for priority mismatches or mediocre vetting in pursuit of speedy placement, he explains.</p><p>The solution to this problem is a consultative and capability-focused talent strategy. Recruiters need to truly understand a hiring manager’s success profile and be able to predict future skills needs. This ensures that they’re able to both source correctly and nurture niche communities purposefully to fill future positions. </p><p>To get to this stage, explains Reverchuk, leadership must empower recruiters to value selectivity over fill rates. KPIs—or what recruiters are graded against—needs to skew toward quality and retention, rather than match volume and fill rates. Place value on getting the right hire, rather than filling the position with anyone in the talent pool. </p><h3>4. Define roles and improve hiring practices</h3><p>Unclear role requirements pose challenges for HRs and recruiters, highlights Clarke. Establishing clear and detailed job descriptions—along with ensuring effective communication between hiring stakeholders—is essential for better candidate identification and selection. </p><p><a href="https://uk.linkedin.com/in/wendy-makinson-46a79784">Wendy Makinson</a>, HR manager at <a href="https://www.joloda.com/">Joloda Hydraroll</a>, adds that many companies simply don’t have defined hiring processes for top talent, and believe that posting on job boards is often enough to fill even the most in-demand roles. This, of course, is not the case.</p><p>She recommends refining the hiring process and really establishing requirements on a per-role basis before you even start to decide your sourcing channels and techniques. Start with gathering a deep understanding of who and what you’re looking for, and then tailor your outreach to that profile. </p><h2>Candidate experience: the secret weapon for hiring top talent</h2><p>You've likely noticed a trend in the article so far. Each of the above points feeds into the overarching theme of <a href="https://recruitee.com/articles/great-candidate-experience">candidate experience</a> in some capacity. That’s because ensuring a positive candidate experience should be an ongoing priority for recruiters. </p><p>Job seekers have many options available to them—especially if they possess highly in-demand skills. You’re not only competing with other recruiters, but also with the candidates’ existing company and their ability to focus on freelance or fractional work instead of full-time positions. A poor candidate experience is a significant and unnecessary barrier to this already fragile hiring situation. </p><p>If you’re having trouble hiring your ideal candidates, ask yourself a few questions related to the candidate experience. </p><div class="w-embed"><div class="highlighted_blog_text_06"> <div class="highlighted_outer_06"> <div class="highlighted_text_div_no_icon"> <p class="highlighted_useful_tip_desktop_list_no_icon"></p> <ul role="list"> <li> What type of experience are you providing your applicants? </li> <li>How is your company presenting itself to applicants?</li> <li>What would your impression of the process, if you were in the applicant’s shoes?</li> <li>What is your employer brand saying about your company?</li> <li>Is that message appealing to your ideal candidates?</li> </ul> </div> </div> </div></div><p>If your answers to any of the above questions are negative ones, then it might be time to start brainstorming how you can improve the experience for your applicants. </p><p>Candidate experience goes hand in hand with <a href="https://recruitee.com/articles/employer-branding-strategy">employer branding</a>. If one is poor, then the other will be as well. And while a great experience and branding alone might not seal the deal on every top candidate who walks through the door, it will certainly help ensure that you don’t lose out because of a negative first impression.</p><div class="w-embed"><div class="highlighted_blog_text_01"> <div class="highlighted_outer_01"> <p class="highlighted_bold_text"> Discover how an ATS can help you hire top talent more efficiently. </p> <a href="https://auth.recruitee.com/sign-up" target="_blank" class="btn-text w-inline-block"><div class="btn-text--text text-small">Try Recruitee for free today</div> <img src="https://assets-global.website-files.com/60780a9b4720a47267a88257/609d1b4b5a23daf130e63ab5_arrow-right.svg" loading="lazy" alt="" class="btn-text--icon" style=""></a> </div> </div></div></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="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot.jpg" sizes="(max-width: 1279px) 70px, (max-width: 1439px) 5vw, 70px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot-p-500.jpg 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797c4e1611af28e2a06df9d_Brendan%20McConnell%20Headshot.jpg 800w" class="post--hero-author-img"><div class="post--hero-author-details"><div class="post--hero-author-name">Brendan McConnell</div><div class="post--hero-author-company w-dyn-bind-empty"></div></div></div><div class="w-richtext"><p>Brendan is an established writer, content marketer and SEO manager with extensive experience writing about HR tech, information visualization, mind mapping, and all things B2B and SaaS. As a former journalist, he's always looking for new topics and industries to write about and explore.</p><p>Connect with him on <a href="https://www.linkedin.com/in/brendan-mcconnell-ab040b10/" target="_blank">Linkedin</a>.</p></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 class="post--contributor-block"><div class="contributor">Contributor</div><div class="post--hero-first-author-copy"><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/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/6797ca7472b2ad806be9bc16_partial-view-of-journalist-holding-microphone-isol-2021-09-03-07-42-34-utc%20(1).jpg" sizes="(max-width: 479px) 93vw, (max-width: 991px) 32vw, (max-width: 1279px) 16vw, 184.234375px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797ca7472b2ad806be9bc16_partial-view-of-journalist-holding-microphone-isol-2021-09-03-07-42-34-utc%20(1)-p-500.jpg 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797ca7472b2ad806be9bc16_partial-view-of-journalist-holding-microphone-isol-2021-09-03-07-42-34-utc%20(1)-p-800.jpg 800w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/6797ca7472b2ad806be9bc16_partial-view-of-journalist-holding-microphone-isol-2021-09-03-07-42-34-utc%20(1).jpg 930w" class="post--thumbnail-img"></div><div class="post--thumbnail-details"><div class="post--subheading">January 13, 2025</div><div class="post--subheading w-condition-invisible">January 27, 2025</div><div class="post--thumbnail-title">The power of employer branding and recruitment marketing in attracting top talent</div><div class="post--thumbnail-excerpt truncate">Strong employer branding and recruitment marketing strategies help you attract and convert top tier candidates for the long term. Learn how here. </div></div></a></div><div role="listitem" class="collection-item w-dyn-item w-col w-col-6"><a href="/articles/candidate-engagement" 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/675caed34f18c29fdd001fc1_women-similing-candidate-engagement.jpg" sizes="(max-width: 479px) 93vw, (max-width: 991px) 32vw, (max-width: 1279px) 16vw, 184.234375px" srcset="https://cdn.prod.website-files.com/60870cca519aca7849a9262d/675caed34f18c29fdd001fc1_women-similing-candidate-engagement-p-500.jpg 500w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/675caed34f18c29fdd001fc1_women-similing-candidate-engagement-p-800.jpg 800w, https://cdn.prod.website-files.com/60870cca519aca7849a9262d/675caed34f18c29fdd001fc1_women-similing-candidate-engagement.jpg 930w" class="post--thumbnail-img"></div><div class="post--thumbnail-details"><div class="post--subheading">December 3, 2024</div><div class="post--subheading w-condition-invisible">January 27, 2025</div><div class="post--thumbnail-title">The importance of strong candidate engagement (and how to improve it)</div><div class="post--thumbnail-excerpt truncate">Strong candidate engagement drives better hiring outcomes. Learn why, and 10 tips for improving candidate engagement, 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.tellent.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.8653735b.84f5c8484b5979f1.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-NTG8GWLW"; 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/', registerUrl: 'https://auth.s.tellent.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/', registerUrl: 'https://auth.tellent.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.registerUrl + '/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--> <!-- Contributor script starts:here--> <script> const postHeroContributorName = document.querySelector(".post--hero-contributor-name").innerHTML; const postContributor = document.querySelectorAll(".contributor"); if(postHeroContributorName == '' ){ postContributor.forEach(el => {el.style.display = "none"}) } </script> <!-- Contributor 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>