NewsBeat

The Seahawks open their title defense with a rare Week 1 Super Bowl rematch vs the Patriots

Published

on

A member of the Seattle Seahawks celebrates with the Lombardi Trophy after defeating the New England Patriots in the NFL Super Bowl 60 football game, Feb. 8, 2026, in Santa Clara, Calif. (AP Photo/Brynn Anderson, File)

2026-09-08T17:27:53Z

The Seattle Seahawks have gotten an offseason full of congratulations, their Super Bowl rings and now will get the chance to see the banner raised before kicking off this season with hopes of repeating.

But the Seahawks know that none of that matters once the 2026 NFL season starts.

Advertisement

“I don’t see a single person in the building patting themselves on the back for what we did last year,” defensive lineman Leonard Williams said. “I think everybody in the building understands that we have to start from the bottom all over again. To get to the top of that mountain, we have to start at the bottom.”

They will start the season the same way the last one ended, by facing the New England Patriots seven months and one day after beating them 29-13 in Super Bowl 60 in a dominating performance punctuated by a wild cigar and champagne celebration in the locker room of one of their division rivals, the San Francisco 49ers.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

This marks only the third time in NFL history that there is a Super Bowl rematch in Week 1. It also happened in 2016, when defending champion Denver beat Carolina 21-20, and in the first year of the merger, when Minnesota avenged a loss to Kansas City with a 27-10 victory in 1970.

Advertisement

In all, this will be the 12th time the two teams that played in the Super Bowl meet the following season, with the champion having won eight of the previous 11 matchups, including Philadelphia’s win over Kansas City in Week 2 last season.

The Patriots know nothing that happens Wednesday can make up for the result last February so the focus is on getting going this season.

“This is our chance to start the season off strong, on a good foot and knowing that the opponent that we have,” Patriots quarterback Drake Maye said. “You get to say, you get a little bit of a revenge game, but I would not say revenge game. They won the big one, and we got to start the season off. You cannot get that game back that we lost, so we are on to something new.”

Advertisement

/* Desktop-first: fully collapse by default */
#ap-readmore-embed {
display: none;
margin: 0;
padding: 0;
height: 0;
min-height: 0;
overflow: hidden;
text-align: center;
position: relative;
z-index: 2;
}

/* Only show on mobile */
@media (max-width: 767px) {
#ap-readmore-embed {
display: block;
margin: 28px 0;
height: auto;
overflow: visible;
}
}

#ap-readmore-embed .ap-readmore-btn {
appearance: none;
-webkit-appearance: none;
border: 0;
background: #000;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 22px;
border-radius: 999px;
font-family: inherit, “AP Sans”, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, Arial, sans-serif;
font-weight: 700;
font-size: 16px;
letter-spacing: 0.2px;
line-height: 1;
box-shadow: 0 10px 18px rgba(0,0,0,0.12);
transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 3;
}

Advertisement

#ap-readmore-embed .ap-readmore-btn:hover {
transform: translateY(-1px);
box-shadow: 0 14px 22px rgba(0,0,0,0.16);
}

#ap-readmore-embed .ap-readmore-btn:active {
transform: translateY(0);
box-shadow: 0 10px 18px rgba(0,0,0,0.12);
opacity: 0.95;
}

#ap-readmore-embed .ap-readmore-btn:focus-visible {
outline: 3px solid rgba(228, 0, 43, 0.35);
outline-offset: 3px;
}

#ap-readmore-embed .ap-readmore-icon {
width: 10px;
height: 10px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
margin-top: -2px;
}

Advertisement

#ap-readmore-embed .ap-readmore-fade {
display: none;
height: 48px;
margin-top: -48px;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

(function () {
var APRM_EMBED_ID = “ap-readmore-embed”;
var APRM_MOBILE_MQ = “(max-width: 767px)”;

function APRM_onReady(fn) {
if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, fn);
} else {
fn();
}
}

Advertisement

APRM_onReady(function () {
var APRM_embedEl = document.getElementById(APRM_EMBED_ID);
if (!APRM_embedEl) return;

// 🚨 DESKTOP: remove entire module wrapper and bail early
if (!window.matchMedia(APRM_MOBILE_MQ).matches) {
var APRM_rootModule =
APRM_embedEl.closest(“.HTMLModuleEnhancement”) ||
APRM_embedEl.closest(“.HtmlModule”);

if (APRM_rootModule && APRM_rootModule.parentNode) {
APRM_rootModule.parentNode.removeChild(APRM_rootModule);
} else if (APRM_embedEl.parentNode) {
APRM_embedEl.parentNode.removeChild(APRM_embedEl);
}

return; // stop the rest of the script from running
}
});
})();

Advertisement

(function () {
var EMBED_ID = “ap-readmore-embed”;
var BTN_ID = “apReadMoreBtn”;
var FADE_ID = “apReadMoreFade”;
var STOP_SELECTOR = “.Page-below”;
var SIGN_IN_GATE_SELECTOR = “.sign-in-gate-content”;
var HIDDEN_ATTR = “data-ap-readmore-hidden”;
var MOBILE_MQ = “(max-width: 767px)”;

function ready(fn) {
if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, fn);
} else {
fn();
}
}

function isElementNode(n) {
return n && n.nodeType === 1;
}

function cancelEvent(e) {
if (!e) return;
if (typeof e.preventDefault === “function”) e.preventDefault();
if (typeof e.stopPropagation === “function”) e.stopPropagation();
if (typeof e.stopImmediatePropagation === “function”) e.stopImmediatePropagation();
e.cancelBubble = true;
e.returnValue = false;
}

Advertisement

function collapseDesktopEmbed(embed) {
if (!embed) return true;

if (!window.matchMedia(MOBILE_MQ).matches) {
var maybeWrappers = [
embed.parentElement,
embed.closest(“.html-embed”),
embed.closest(“[data-type=”htmlembed”]”),
embed.closest(“[class*=’embed’]”),
embed.closest(“[class*=’Embed’]”)
].filter(Boolean);

embed.style.display = “none”;
embed.style.margin = “0”;
embed.style.padding = “0”;
embed.style.height = “0”;
embed.style.minHeight = “0”;
embed.style.overflow = “hidden”;

maybeWrappers.forEach(function (el) {
el.style.margin = “0”;
el.style.padding = “0”;
el.style.height = “0”;
el.style.minHeight = “0”;
el.style.overflow = “hidden”;
});

Advertisement

if (embed.parentNode) {
embed.parentNode.removeChild(embed);
}

return true;
}

return false;
}

ready(function () {
var embed = document.getElementById(EMBED_ID);
var btn = document.getElementById(BTN_ID);
var fade = document.getElementById(FADE_ID);
if (!embed || !btn) return;

Advertisement

if (collapseDesktopEmbed(embed)) return;

var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR);
if (signInGate) {
embed.innerHTML = “”;
return;
}

// — Analytics: impression when embed enters viewport —
if (“IntersectionObserver” in window) {
var io = new IntersectionObserver(function (entries, observer) {
if (entries[0].isIntersecting) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({ event: “ap_readmore_impression” });
observer.disconnect();
}
}, { threshold: 0 });
io.observe(btn);
}

var stopEl = document.querySelector(STOP_SELECTOR);
if (!stopEl) return;

Advertisement

var rootCandidates = [
embed.closest(“.Page”),
embed.closest(“article”),
embed.closest(“main”),
document.body
].filter(Boolean);

var root = rootCandidates.find(function (c) {
return c.contains(stopEl);
}) || document.body;

var all = root.getElementsByTagName(“*”);
var hidden = [];

for (var i = 0; i < all.length; i++) {
var el = all[i];

Advertisement

if (embed.contains(el)) continue;
if (el === stopEl || stopEl.contains(el)) continue;

var tag = el.tagName ? el.tagName.toLowerCase() : "";
if (tag === "script" || tag === "style" || tag === "link" || tag === "meta") continue;

if (!(embed.compareDocumentPosition(el) & Node.DOCUMENT_POSITION_FOLLOWING)) continue;
if (!(el.compareDocumentPosition(stopEl) & Node.DOCUMENT_POSITION_FOLLOWING)) continue;
if (el.contains(embed) || el.contains(stopEl)) continue;

el.setAttribute(HIDDEN_ATTR, "1");
el.style.display = "none";
hidden.push(el);
}

Advertisement

if (!hidden.length) return;

fade.style.display = "block";

var revealed = false;
var suppressClick = false;

function reveal(e) {
cancelEvent(e);

Advertisement

if (revealed) return false;
revealed = true;

// — Analytics: click —
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({ event: "ap_readmore_click" });

hidden.forEach(function (el) {
if (!isElementNode(el)) return;
if (el.getAttribute(HIDDEN_ATTR) === "1") {
el.style.display = "";
el.removeAttribute(HIDDEN_ATTR);
}
});

btn.setAttribute("aria-expanded", "true");

Advertisement

if (embed.parentNode) {
embed.parentNode.removeChild(embed);
}

return false;
}

if (window.PointerEvent) {
btn.addEventListener("pointerup", function (e) {
suppressClick = true;
return reveal(e);
}, false);
}

btn.addEventListener("touchend", function (e) {
suppressClick = true;
return reveal(e);
}, false);

Advertisement

btn.addEventListener("click", function (e) {
if (suppressClick) {
suppressClick = false;
cancelEvent(e);
return false;
}
return reveal(e);
}, false);

btn.onclick = function (e) {
return reveal(e || window.event);
};
});
})();

Need to know

New England (17-4) at Seattle (17-3)

When/where to watch: Wednesday, 8:20 p.m. EDT, NBC

Advertisement

Latest odds: Seahawks by 3 1/2.

Last meeting: Seahawks beat the Patriots 29-13 in the Super Bowl on Feb. 8, in Santa Clara, California.

Series record: Seahawks lead 12-9.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

Advertisement

Matchup to watch

Patriots CB Christian Gonzalez vs Seahawks WR Jaxon Smith-Njigba. Two of the best at their positions will face each other in the opener after getting big contract extensions in the offseason. Gonzalez got his deal just before the opener while Smith-Njigba got paid in March. Smith-Njigba won AP Offensive Player of the Year last season when he had 119 catches for 1,793 yards and 10 TDs. Gonzalez was a Pro Bowler last season and had seven pass breakups and one INT in four playoff games. Gonzalez has been in a contract dispute this summer but the Patriots will need him on the field for the opener. Gonzalez allowed only one completion in coverage in the Super Bowl, according to PFF, on a 16-yard pass to Smith-Njigba. He also had three pass breakups in the game, including one on what looked like would be a TD pass to Smith-Njigba.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

Stats and stuff

— New England has lost four of its last five season openers. Coach Mike Vrabel has a 2-5 record in season openers.

— Patriots QB Drake Maye was the MVP runner-up last season after leading the NFL in completion percentage (72%), passer rating (113.5) and finished in the top five in TD passes (31) and yards passing (4,394). But he struggled in the playoffs with an 82.2 passer rating in four games.

Advertisement

— WR A.J. Brown makes his debut for New England after being acquired from Philadelphia in an offseason trade. Brown had 78 catches for 1,003 yards and seven TDs last season for the Eagles. Brown is the fifth player ever with at least 1,000 yards receiving and seven TD catches in six of his first seven seasons.

— Seattle has won five of its last seven season openers and is 1-1 in Week 1 under coach Mike Macdonald.

— Seahawks QB Sam Darnold has won 14 starts and thrown for more than 4,000 yards in each of the past two seasons. The only other player with back-to-back 14-win seasons was Tom Brady in 2003-04.

— The 28 turnovers for Seattle in the 2025 regular season were the second-most in the league. The Seahawks then became the only Super Bowl champion to commit no turnovers in the playoffs.

Advertisement

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

— Seattle led the NFL last season allowing opponents to convert just 32.1% of third downs.

___

See AP’s full NFL coverage here

Advertisement

JOSH DUBOW

Dubow is an NFL writer for The Associated Press who covers the San Francisco 49ers and provides weekly analysis of NFL statistics.

Advertisement


twitter


mailto

Advertisement

Source link

You must be logged in to post a comment Login

Leave a Reply

Cancel reply

Trending

Exit mobile version