91³Ô¹ÏÍø

Watch CBS News

Schlittler, Goldschmidt and Rice lead Yankees to 5-3 win over Mariners

Cam Schlittler pitched shutout ball into the seventh inning and Paul Goldschmidt hit a three-run homer as the New York Yankees beat the Seattle Mariners 5-3 on Wednesday.

Ben Rice also homered and had an RBI double for the Yankees, who finished 5-1 on their West Coast trip to begin the season. They play their home opener Friday against the Miami Marlins.

Schlittler (2-0) yielded two hits in 6 1/3 innings and retired his last 16 batters, extending his scoreless start to the season. He struck out seven and walked none on 79 pitches, 58 strikes.

The 25-year-old right-hander blanked the Giants across 5 1/3 innings last Friday. He's permitted only three hits this year while striking out 15 batters. He and teammate Max Fried have each not allowed a run in two starts this season.

Brendan Donovan led off the bottom of the first with a double, but he was the only player to reach second base against Schlittler.

David Bednar needed 40 pitches to get four outs for his third save.

New York took a lead in the first on Rice's run-scoring double, and Goldschmidt connected off starter George Kirby (1-1) in the sixth for his first homer this season. It was Goldschmidt's first home run against a right-handed pitcher since June 6.

Rice added a solo shot in the ninth, his first home run this year.

Cal Raleigh drove in two runs for Seattle on a broken-bat single off Bednar with two outs in the eighth that trimmed it to 4-2. Dominic Canzone had an RBI single in the ninth.

Dating to Monday night's game, Yankees starters have not given up a run in 16 consecutive innings.

Up next

Yankees RHP Will Warren (0-0) starts Friday against Marlins RHP Eury Pérez (0-0).

Mariners RHP Bryan Woo (0-0) gets the ball Friday night on the road against Los Angeles Angels LHP Reid Detmers (0-0).

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