91³Ô¹ÏÍø

Watch CBS News

Manny Ramirez, former Red Sox great, wants to be a hitting coach in MLB

Manny Ramirez was one of the most feared hitters in baseball during his time with the Boston Red Sox and throughout his MLB career. The 53-year-old would like to be Manny again in Major League Baseball, but in a much different role.

Ramirez is looking to get into the coaching world and is letting all 30 MLB teams know he'd like to become a hitting coach, Jon Heyman of MLB Network and the New York Post reported Thursday.

"He wants to bring his greatness to teach the young guys," Hector Zepeda -- Ramirez's agent -- told Heyman, .

Manny Ramirez a hitting coach?

Ramirez certainly has the résumé to become a hitting coach, after he slashed .312/.411/.585 with a .996 OPS to go with 2,574 hits and 555 home runs over his 19 MLB seasons. Ramirez was a 12-time All-Star and a nine-time Silver Slugger while swinging the lumber for the Cleveland Indians, Boston Red Sox, Los Angeles Dodgers, Chicago White Sox, and Tampa Bay Rays.

Ramirez was one of the most dangerous hitters in baseball during his time with the Red Sox and formed a terrifying duo in the heart of Boston's lineup with David Ortiz. He won two World Series titles with the Red Sox and always brought it in October, when Ramirez hit.285 with a .937 OPS and 29 homers over 111 career playoff games. He was the MVP of Boston's World Series victory over the St. Louis Cardinals in 2004, when Ramirez hit .412 (7-for-17) with a homer, four RBI, and two runs scored in the team's curse-busting sweep. 

Ramirez left Major League Baseball in 2011 after he tested positive for PEDs for a third time, but he's played in Japan, Taiwan, and in the Dominican Republic since his pro career came to an end. He's also seen several of his former Red Sox teammates get into some form of coaching, with Ortiz and Pedro Martinez both serving as special assistants in Boston in mentorship roles, and Jason Varitek as the team's game planning and run prevention coach.

Hitting coach or instructor would be a good introduction into coaching for Ramirez. Just don't ask him to run any fielding drills -- . 

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });