ADVERTISEMENT

Benzema expected to win Ballon d'Or after exploits with Real Madrid

Published Oct 16, 2022 10:04 am

PARIS, France (AFP) — Karim Benzema is the overwhelming favourite to win the men's Ballon d'Or at a ceremony in Paris on Monday and thereby become the first Frenchman to claim the most prestigious individual prize in football since Zinedine Zidane almost quarter of a century ago.

In this file photo taken on May 4, 2022 Real Madrid's French forward Karim Benzema celebrates at the end of the UEFA Champions League semi-final second leg football match between Real Madrid CF and Manchester City at the Santiago Bernabeu stadium in Madrid. (AFP)

There are 30 nominees, but the Real Madrid striker is the outstanding candidate after his remarkable performances last season helped his club win the Champions League and La Liga.

Benzema scored an astonishing 44 goals in 46 games for his club including 15 in the Champions League.

His exploits included a hat-trick in 17 second-half minutes against Paris Saint-Germain in the last 16, and another away to Chelsea in the quarter-final first leg. He also scored three more goals over both legs of the semi-final against Manchester City.

Benzema was named the UEFA player of the year in August, and he is living a marvellous twilight to his career with the World Cup to come.

Formerly a pariah, frozen out of the France team for five and a half years because of his involvement in a blackmail scandal over a sextape involving teammate Mathieu Valbuena, Benzema has put that behind him and is playing the best football of his career with his 35th birthday approaching the day after the World Cup final.

"What is most important to me is to win collective trophies. If you do things well on the field, individual awards will follow," Benzema pointed out recently.

His victory at the Chatelet Theatre in the French capital seems an inevitability.

"If they don't cancel it then he's probably going to win this Ballon d'Or," said Barcelona striker Robert Lewandowski this week.

That was a joke by the Pole, who would surely have been crowned in 2020 had that year's award not been cancelled due to the pandemic.

- No Messi -

Normal service was restored last year when Lionel Messi won the Ballon d'Or for the seventh time, but he is not even nominated this time after a disappointing season at Paris Saint-Germain.

Cristiano Ronaldo is nominated but there is no Neymar on the list.

Benzema aside, there are four other members of Real's Champions League-winning side: Vinicius, the evergreen Luka Modric, goalkeeper Thibaut Courtois and midfielder Casemiro, now of Manchester United.

Kylian Mbappe, Erling Haaland, Lewandowski and Kevin De Bruyne feature too, but Benzema stands out by a distance.

If Benzema wins, he will be the fifth Frenchman to do so, following in the footsteps of Raymond Kopa in 1958, Michel Platini (1983, 1984, 1985), Jean-Pierre Papin (1991) and Zidane (1998).

The award was previously based on a player's performances over the course of the calendar year.

But the format has changed, with the prize now based on a player's record over the last season.

- Putellas to retain women's award? -

There is far less certainty about the identity of what will be the fourth women's Ballon d’Or.

There are three members of England's European Championship-winning squad short-listed among the 20 contenders.

Lucy Bronze and Millie Bright were both named but Arsenal striker Beth Mead is the most likely candidate after scoring six goals at the Euro.

Australia's Sam Kerr and German duo Lena Oberdorf and Alexandra Popp may have a claim too, but it could also once again be Spain's Alexia Putellas, who won last year.

The 28-year-old is currently recovering from a serious knee injury which saw her miss the Euro with Spain and means she is unlikely to play at all this season.

Putellas, who followed in the footsteps of Ada Hegerberg and Megan Rapinoe by winning a year ago, captained Barcelona to the Champions League final last season as well as a domestic league and cup double.

She was the Champions League top scorer with 11 goals, although her club lost the final to Lyon.

The winners will also receive digital tokens (NFTs) to go with their gleaming trophies, while organisers France Football magazine have also added a new humanitarian prize.

It is named for Socrates, the former Brazil midfielder who also held a medical degree.

The prize "will identify the best social initiative by committed champions," France Football said.

as/ea

© Agence France-Presse

Add to cart Print Download

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.