”
], { 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);
});
});
})();
In 2024, Cody Rhodes and, last year, Seth Rollins won the very titles. The actual championship, however, no longer remains with the winners, as it is kept on permanent display at the WWE Experience attraction in Riyadh, Saudi Arabia, and is brought back for the next iteration. It can now be seen frequently with replicas for those who buy the premium collectible.
WWE Crown Jewel in 2025 took place in Perth
Crown Jewel 2025 took place on October 11, 2025, at the RAC Arena in Perth, Australia, delivering a historic five-match card. The show opened with Australia’s Bronson Reed defeating Roman Reigns in an Australian Street Fight. For the Women’s Crown Jewel Championship, RAW’s Women’s World Champion Stephanie Vaquer defeated SmackDown’s WWE Women’s Champion Tiffany Stratton.
Seen as one of John Cena’s best matches in 2025, he battled AJ Styles in a barn-burner with massive callbacks to the moves of wrestling legends. Cena captured a victory, making their singles matches in their five-match rivalry 3-2. In the penultimate match, Australian Anomaly Rhea Ripley, with her partner Iyo Sky, won the Women’s Tag Team Championship from The Kabuki Warriors.
The main event then was for the Men’s Crown Jewel Championship, where RAW’s World Heavyweight Champion Seth Rollins defeated SmackDown’s Undisputed Champion Cody Rhodes. In the end, both the Crown Jewel titleholders were in the ring celebrating their triumphs, capping off one of 2025’s best PLEs.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/news-wwe-launches-brand-new-title-belt-merchandise-2-000?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



