91³Ô¹ÏÍø

Watch CBS News

Harley-Davidson is dropping DEI policies after pressure from diversity critics

Harley-Davidson on Monday said it is ditching some of its diversity, equity and inclusion (DEI) goals, a move that comes after it faced pressure from anti-diversity critics on social media. 

The iconic motorcycle manufacturer follows John Deere & Co. and Tractor Supply, which both made similar decisions to scratch their diversity programs earlier this summer. 

In a posted to X, Milwaukee-based Harley-Davidson said it currently has no "DEI function" and has not operated such a program since April 2024. The company added that it has no hiring quotas and no longer has "supplier diversity spend goals" designed to spread the company's spending out across businesses operated by people from diverse backgrounds. 

Additionally, Harley-Davidson said it will no longer participate in Human Rights Campaign (HRC) scoring, and will strike any "socially motivated content" from its employee training materials. 

"We are saddened by the negativity on social media over the last few weeks, designed to divide the Harley-Davidson community," the company said in its announcement. Despite shelving some of its initiatives, Harley-Davidson said it believes "having both a broad employee and customer base is good for business and that ultimately everybody should experience the joy of riding a Harley-Davidson."

Conservative political commentator and filmmaker Robby Starbuck the announcement in a statement on X, calling it "another win for our movement."

Starbuck, a 35-year-old Cuban American, has the Associated Press he stands against hiring decisions based on race, as well as DEI initiatives and policies that he believes weave allow social issues and politics into a company's culture. 

He first took aim at Harley-Davidson in July, writing on social media that the company has "gone totally woke." 

The decision illustrates the growing pressure on companies to shelve diversity, equity and inclusion (DEI) initiatives. Some conservative activists are questioning the efficacy and fairness of policies aimed at making organizations more diverse and inclusive.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });