ADVERTISEMENT

Nadal skips Wimbledon as part of preparations for Paris Olympics

Published Jun 15, 2024 01:48 am

At A Glance

  • Rafael Nadal is going to skip Wimbledon, as expected, and instead prepare for the Paris Olympics by entering a clay-court tournament in Bastad, Sweden, he hasn't been to in 19 years.

Rafael Nadal is going to skip Wimbledon, as expected, and instead prepare for the Paris Olympics by entering a clay-court tournament in Bastad, Sweden, he hasn’t been to in 19 years.

AP24165473930973.jpg
FILE - Spain's Rafael Nadal holds his trophy as he celebrates his defeat of Switzerland's Roger Federer in the men's singles final at Wimbledon, Sunday, July 6, 2008. Nadal is going to skip Wimbledon, as expected, and instead prepare for the Paris Olympics by entering a clay-court tournament in Bastad, Sweden. The 22-time Grand Slam champion said Thursday, June 13, 2024, he wants to just remain on clay, rather than switching over to grass for the All England Club and then needing to go back to clay.(AP Photo/Anja Niedringhaus, File)

The 22-time Grand Slam champion, who turned 38 on June 3, said Thursday, June 13, he wants to just remain on clay, rather than switching over to grass for the All England Club, then needing to go back to clay for the Summer Games.

“We believe that the best for my body is not to change surface,” Nadal said in a statement.

He has been dealing with hip and abdominal injuries over the past 1 1/2 years, including having surgery in 2023, and has been forced to play a limited schedule. Nadal was defeated in the first round of the French Open late last month by eventual runner-up Alexander Zverev — marking the first time in Nadal’s career he has lost consecutive matches on clay.

The Summer Games will hold the tennis competition at Roland Garros starting on July 27. That is the site of the French Open, where Nadal has won a record 14 titles.

Nadal will play doubles — with Carlos Alcaraz — and singles at the OIympics, Spanish men’s tennis captain David Ferrer said Wednesday. Alcaraz, 21, won the French Open on Sunday for his third Grand Slam title. He is the youngest man to own major championships on all three surfaces.

After his exit against Zverev in Paris, Nadal was asked about participating at Wimbledon, which runs from July 1-14.

“Looks difficult, honestly. For me, now, I can’t confirm what’s going on, but it looks difficult to make a transition to grass, having the Olympics again on clay,” he said.

“But I don’t think it’s going to be smart, after all the things that happened to my body,” Nadal continued, "(to) now make a big transition to a completely different surface and then come back immediately to clay.”

He won two titles at Wimbledon, beating Roger Federer in the 2008 final and Tomas Berdych in the 2010 final. Nadal also was the runner-up there three times and exited after reaching the semifinals in each of his past three appearances, including his last trip to the All England Club, in 2022, when he withdrew from the final four because of a torn abdominal muscle.

“I will miss playing at the Championships this year at Wimbledon. I am saddened not to be able to live this year the great atmosphere of that amazing event that will always be in my heart,” Nadal said Thursday, “and be with all the British fans that always gave me great support. I will miss you all.”

This will be his fourth appearance at Bastad — a clay-court tournament that starts July 15 — and first since 2005. Nadal won the trophy there that year, beating Berdych in the final.

Related Tags

Rafael Nadal Wimbledon Paris Olympics
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.