Strasbourg welcome Nantes to the Stade de la Meinau in a mid-table Ligue 1 clash on Friday (October 6).

Both teams lost away in their previous outing, with Strasbourg falling to a 1-0 loss at Lens and Nantes suffering a 3-1 defeat at Rennes. Nantes' top scorer for the season, Mostafa Mohamed was sent off in the 77th minute and will not travel to Strasbourg.

Nantes are unbeaten in four games and are 13th in the standings with eight points. Meanwhile, Strasbourg have one win in their four league games, losing twice, but are eighth with 10 points.


Strasbourg vs Nantes Head-to-Head and Key Numbers

  • The two teams have crossed paths 93 times across competitions, with Nantes leading 47-27.
  • Strasbourg have suffered one defeat against Nantes in nine meetings across competitions, winning six.
  • Last season, Strasbourg held Nantes to a 1-1 draw at home and won 2-0 away.
  • Nantes have five wins in last nine meetings with Strasbourg, losing thrice.
  • Strasbourg's defeat to Lens last week marked the first time they failed to score in a Ligue 1 home game since March.
  • Nantes have one win in 10 away games in Ligue 1. One of their two league wins this season came at Clermont Foot last month.

Strasbourg vs Nantes Prediction

Strasbourg ave one defeat in nine meetings against Nantes, but three of their last four defeats have come at home.

There are no fresh injury concerns for Strasbourg head coach Patrick Vieira, but he's expected to make a few changes to his starting XI as he looks for a first home win since August.

Nantes, meanwhile, will be without Mostafa Mohamed, who has scored five of their 12 goals this season, due to suspension. Pierre Aristouy's side have conceded 14 goals in seven league games, with only 16th-placed Lorient conceding more.

Six of Strasbourg's seven goals this season have come at home, while just two of Nantes' 12 goals have come on their travels. Considering the sme and also Nantes' poor away record in Ligue 1 this year, expect Strasbourg to eke out a narrow win.

Prediction: Strasbourg 2-1 Nantes


Strasbourg vs Nantes Betting Tips

Tip 1: Result - Strasbourg to win

Tip 2: Goals - Over/Under 2.5 Goals - Over 2.5 goals

Tip 3: At least a goal to be scored in the first half - Yes

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1694497, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1694497); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1694497) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1694497) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();