], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Let’s take a look at five reasons WWE keeps bringing back John Cena:

#5. Declining viewership and attendance rates

WWE has seen massive success with its international expansion in recent times. But the place where it actually lagged is in domestic weekly ratings, which saw a significant decline. Recent data from May 2026 shows that SmackDown viewership has gone down by roughly 17% compared to last year. When the numbers dip, the company relies on John Cena as a needle mover.

His presence has quite the ability to trigger a double-digit percentage increase in viewership and also moves tickets for major arenas. Advertising Cena for the big events generates massive hype around the show. The WWE Universe remains quite eager to see the 17-time World Champion and therefore it prompts them to purchase tickets and attend the PLEs or tune into the shows from home.

#4. Contractual obligation from his ambassador role

John Cena may have retired from in-ring action, but he has promised to serve WWE forever. Following his retirement last week, the 49-year-old signed a lucrative multi-year deal to serve as the brand ambassador of the company. His contractual obligation could therefore be one of the major reasons why WWE keeps bringing him back in non-wrestling roles on major occasions.

Cena’s appearance at WrestleMania 42 and his upcoming appearance at Backlash aren’t just random favors. They are strategic and pre-planned dates that fulfill his corporate duties in the company. WWE locked him in an ambassador role and the objective was clear: the company wanted to have access to John Cena’s star power for at least major events, which wouldn’t require him to get physical.

#3. John Cena’s massive star power and drawing ability

John Cena is one of the most influential figures whose popularity goes beyond the wrestling realm. He is a global icon, having the potential to draw mainstream fans, thanks to his association with Hollywood. And WWE often capitalizes on such things that could bring eyeballs towards the product. Cena’s massive star power is one of the biggest reasons why WWE is constantly bringing him on the shows.

The announcement of his appearance at Backlash has accelerated ticket sales for the event. By having the wrestling legend on the show alongside other names like Roman Reigns, the Stamford-based promotion wants to make it a star-studded event. His mere announcement added a sense of must-see gravity to a show that typically serves as a WrestleMania fallout event.

#2. For promoting new initiatives in WWE

Whenever WWE launches a major thing, John Cena becomes the designated voice of the brand. Who could better promote it on a grand scale than the man who became a household name? Cena has recently been the primary spokesperson for Club WWE, a new gold membership experience for fans. His upcoming appearance at Backlash is related to something like that.

It is being advertised as a history-making news that will change the experience for fans and superstars. Regardless of whatever it is, John Cena’s endorsement gives these initiatives instant credibility. Fans are more likely to adopt new platforms or subscription models and why wouldn’t they? After all, the most trusted face in the history of the company is the one introducing them.

#1. Maintaining fan engagement and brand strength

WWE is a brand built on emotional connection with the fans and none can foster that better than the most beloved John Cena. Every time fans see him, the atmosphere turns electric and the air gets filled with euphoria. The major reason that WWE keeps calling him back for appearances is to maintain that very fan engagement and boost the brand strength.

Cena’s presence at events like WrestleMania or Backlash helps bridge the gap between older fans who grew up with him and younger fans who see him as a legendary figure. And this continuity maintains brand equity, ensuring the WWE name remains synonymous with greatness. Therefore, The Cenation Leader’s appearances are not just to tap into nostalgia but also to keep WWE at the top.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/5-reasons-wwe-keeps-bringing-back-john-cena?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version